diff options
| author | luz paz <[email protected]> | 2022-08-17 18:02:04 -0400 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-08-21 20:23:00 -0700 |
| commit | aff726b46040ba8d59435d1e6839c30fbae2d783 (patch) | |
| tree | a8c048f24f3f91fb613dc9b08753d27bc48da25a /test | |
| parent | 5d6616608858e60641676a7fa76a87f9516d477d (diff) | |
Fix typos
Found via `codespell -q 3 -S changelog.md -L bu,fo,ist,mke,multline,noes,ot,pard,pres,tabl,te,tothe`
Diffstat (limited to 'test')
| -rw-r--r-- | test/Tests/Readers/Creole.hs | 12 | ||||
| -rw-r--r-- | test/Tests/Readers/Org/Inline.hs | 2 | ||||
| -rw-r--r-- | test/command/zeitschrift-fur-kunstgeschichte.csl | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/test/Tests/Readers/Creole.hs b/test/Tests/Readers/Creole.hs index 8611a735e..b9a8d56f0 100644 --- a/test/Tests/Readers/Creole.hs +++ b/test/Tests/Readers/Creole.hs @@ -119,7 +119,7 @@ tests = [ , plain "blubb" ] , "nested many unordered lists, one separating space" =: ("* foo\n** bar\n*** third\n*** third two\n** baz\n*** third again\n" - <> "**** fourth\n***** fith\n* blubb") + <> "**** fourth\n***** fifth\n* blubb") =?> bulletList [ plain "foo" <> bulletList [ plain "bar" <> bulletList [ plain "third" @@ -129,7 +129,7 @@ tests = [ <> bulletList [ plain "fourth" <> bulletList [ - plain "fith" + plain "fifth" ] ] ] @@ -166,7 +166,7 @@ tests = [ , plain "blubb" ] , "nested many ordered lists, one separating space" =: ("# foo\n## bar\n### third\n### third two\n## baz\n### third again\n" - <> "#### fourth\n##### fith\n# blubb") + <> "#### fourth\n##### fifth\n# blubb") =?> orderedList [ plain "foo" <> orderedList [ plain "bar" <> orderedList [ plain "third" @@ -176,7 +176,7 @@ tests = [ <> orderedList [ plain "fourth" <> orderedList [ - plain "fith" + plain "fifth" ] ] ] @@ -189,7 +189,7 @@ tests = [ , plain "blubb" ] , "mixed nested ordered and unordered lists, one separating space" =: ("# foo\n** bar\n### third\n### third two\n** baz\n### third again\n" - <> "#### fourth\n***** fith\n# blubb") + <> "#### fourth\n***** fifth\n# blubb") =?> orderedList [ plain "foo" <> bulletList [ plain "bar" <> orderedList [ plain "third" @@ -199,7 +199,7 @@ tests = [ <> orderedList [ plain "fourth" <> bulletList [ - plain "fith" + plain "fifth" ] ] ] diff --git a/test/Tests/Readers/Org/Inline.hs b/test/Tests/Readers/Org/Inline.hs index c38a48cc0..bec796972 100644 --- a/test/Tests/Readers/Org/Inline.hs +++ b/test/Tests/Readers/Org/Inline.hs @@ -186,7 +186,7 @@ tests = , "3" <> subscript "{}" , "4" <> superscript ("(a(" <> strong "b(c" <> ")d))") ]) - , "Verbatim text can contain equal signes (=)" =: + , "Verbatim text can contain equal signs (=)" =: "=is_subst = True=" =?> para (codeWith ("", ["verbatim"], []) "is_subst = True") diff --git a/test/command/zeitschrift-fur-kunstgeschichte.csl b/test/command/zeitschrift-fur-kunstgeschichte.csl index 14f30ae53..2427cae35 100644 --- a/test/command/zeitschrift-fur-kunstgeschichte.csl +++ b/test/command/zeitschrift-fur-kunstgeschichte.csl @@ -20,7 +20,7 @@ <category field="humanities"/> <category field="history"/> <issn>0044-2992</issn> - <summary>From the editors: "Die Herausgeber werden im Falle von Editionen, Lexika und Ausstellungskatalogen dem Titel nachgestellt [use encyclopedia articles with or without container-title for that]. Bei gewöhnlichen Sammelbänden werden die Herausgeber dem Titel vorangestellt [use book for that]." Multilingual style; the information for exhibition catalogues should be entered in the field collection-title; locators may use the word "here" or "hier" in front of the page refering to which must be entered individually (the style outputs the locator as it is entered w/o any label or additional text).</summary> + <summary>From the editors: "Die Herausgeber werden im Falle von Editionen, Lexika und Ausstellungskatalogen dem Titel nachgestellt [use encyclopedia articles with or without container-title for that]. Bei gewöhnlichen Sammelbänden werden die Herausgeber dem Titel vorangestellt [use book for that]." Multilingual style; the information for exhibition catalogues should be entered in the field collection-title; locators may use the word "here" or "hier" in front of the page referring to which must be entered individually (the style outputs the locator as it is entered w/o any label or additional text).</summary> <updated>2016-02-03T17:41:02+00:00</updated> <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> </info> |
