aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2018-07-02 18:51:51 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2018-07-02 19:07:28 +0300
commit41cf6d540fbc7c6033dad09fb27a68ad1da4c629 (patch)
treee0690ea25d0dfd46918ddcee0d6f918239594e9d /test
parent5479ea300a5c02d63fe1ffafb060bfa1134b4f97 (diff)
downloadpandoc-41cf6d540fbc7c6033dad09fb27a68ad1da4c629.tar.gz
More spellcheck
Diffstat (limited to 'test')
-rw-r--r--test/Tests/Lua.hs2
-rw-r--r--test/Tests/Readers/Org/Inline.hs2
-rw-r--r--test/command/3432.md2
-rw-r--r--test/pptx/lists.native2
-rw-r--r--test/pptx/lists.pptxbin26765 -> 26765 bytes
-rw-r--r--test/pptx/lists_templated.pptxbin394091 -> 394091 bytes
-rw-r--r--test/textile-reader.native2
-rw-r--r--test/textile-reader.textile2
-rw-r--r--test/txt2tags.t2t2
9 files changed, 7 insertions, 7 deletions
diff --git a/test/Tests/Lua.hs b/test/Tests/Lua.hs
index 28a691715..9d2d3b635 100644
--- a/test/Tests/Lua.hs
+++ b/test/Tests/Lua.hs
@@ -129,7 +129,7 @@ tests = map (localOption (QuickCheckTests 20))
, testCase "Pandoc version is set" . runPandocLua' $ do
Lua.getglobal' "table.concat"
Lua.getglobal "PANDOC_VERSION"
- Lua.push ("." :: String) -- seperator
+ Lua.push ("." :: String) -- separator
Lua.call 2 1
Lua.liftIO . assertEqual "pandoc version is wrong" pandocVersion
=<< Lua.peek Lua.stackTop
diff --git a/test/Tests/Readers/Org/Inline.hs b/test/Tests/Readers/Org/Inline.hs
index 07fe2d2e9..7dfa001e3 100644
--- a/test/Tests/Readers/Org/Inline.hs
+++ b/test/Tests/Readers/Org/Inline.hs
@@ -96,7 +96,7 @@ tests =
"[fn::Schreib mir eine E-Mail]" =?>
para (note $ para "Schreib mir eine E-Mail")
- , "Markup-chars not occuring on word break are symbols" =:
+ , "Markup-chars not occurring on word break are symbols" =:
T.unlines [ "this+that+ +so+on"
, "seven*eight* nine*"
, "+not+funny+"
diff --git a/test/command/3432.md b/test/command/3432.md
index 7264d22c3..381f8af87 100644
--- a/test/command/3432.md
+++ b/test/command/3432.md
@@ -195,7 +195,7 @@ List-table without header-rows.
</table>
```
-List-table with empty cells. You need a space after '-', otherwise the row will disapear. Parser for Bulletlists causes this ristriction.
+List-table with empty cells. You need a space after '-', otherwise the row will disappear. Parser for Bulletlists causes this restriction.
```
% pandoc -f rst
diff --git a/test/pptx/lists.native b/test/pptx/lists.native
index e08580cd5..61249c7fe 100644
--- a/test/pptx/lists.native
+++ b/test/pptx/lists.native
@@ -1,7 +1,7 @@
[Header 1 ("lists",[],[]) [Str "Lists"]
,BulletList
[[Para [Str "Bulleted",Space,Str "bulleted",Space,Str "lists."]]
- ,[Para [Str "And",Space,Str "go",Space,Str "to",Space,Str "aribtrary",Space,Str "depth."]
+ ,[Para [Str "And",Space,Str "go",Space,Str "to",Space,Str "arbitrary",Space,Str "depth."]
,BulletList
[[Para [Str "Like",Space,Str "this"]
,BulletList
diff --git a/test/pptx/lists.pptx b/test/pptx/lists.pptx
index acb0841ce..c28e840f1 100644
--- a/test/pptx/lists.pptx
+++ b/test/pptx/lists.pptx
Binary files differ
diff --git a/test/pptx/lists_templated.pptx b/test/pptx/lists_templated.pptx
index a25feaff1..74505454e 100644
--- a/test/pptx/lists_templated.pptx
+++ b/test/pptx/lists_templated.pptx
Binary files differ
diff --git a/test/textile-reader.native b/test/textile-reader.native
index 10bf2c857..16b5a87e8 100644
--- a/test/textile-reader.native
+++ b/test/textile-reader.native
@@ -2,7 +2,7 @@ Pandoc (Meta {unMeta = fromList []})
[Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "set",Space,Str "of",Space,Str "tests",Space,Str "for",Space,Str "pandoc",Space,Str "Textile",Space,Str "Reader.",Space,Str "Part",Space,Str "of",Space,Str "it",Space,Str "comes",LineBreak,Str "from",Space,Str "John",Space,Str "Gruber\8217s",Space,Str "markdown",Space,Str "test",Space,Str "suite."]
,HorizontalRule
,Header 1 ("headers",[],[]) [Str "Headers"]
-,Header 2 ("level-2-with-an-embeded-link",[],[]) [Str "Level",Space,Str "2",Space,Str "with",Space,Str "an",Space,Link ("",[],[]) [Str "embeded",Space,Str "link"] ("http://www.example.com","")]
+,Header 2 ("level-2-with-an-embedded-link",[],[]) [Str "Level",Space,Str "2",Space,Str "with",Space,Str "an",Space,Link ("",[],[]) [Str "embedded",Space,Str "link"] ("http://www.example.com","")]
,Header 3 ("level-3-with-emphasis",[],[]) [Str "Level",Space,Str "3",Space,Str "with",Space,Strong [Str "emphasis"]]
,Header 4 ("level-4",[],[]) [Str "Level",Space,Str "4"]
,Header 5 ("level-5",[],[]) [Str "Level",Space,Str "5"]
diff --git a/test/textile-reader.textile b/test/textile-reader.textile
index cca0b83f7..d02310b3d 100644
--- a/test/textile-reader.textile
+++ b/test/textile-reader.textile
@@ -5,7 +5,7 @@ from John Gruber's markdown test suite.
h1. Headers
-h2. Level 2 with an "embeded link":http://www.example.com
+h2. Level 2 with an "embedded link":http://www.example.com
h3. Level 3 with *emphasis*
diff --git a/test/txt2tags.t2t b/test/txt2tags.t2t
index d374b7a85..f736cfa93 100644
--- a/test/txt2tags.t2t
+++ b/test/txt2tags.t2t
@@ -136,7 +136,7 @@ i) ***bold*** ///ital/// ___undr___ ---strk--- ```mono``` """raw"
%%% Syntax: Repetition is greedy
%% When the mark character is repeated many times,
%% the contents are expanded to the largest possible.
-%% Thats why they are greedy, the outer marks are
+%% That's why they are greedy, the outer marks are
%% the ones used.
i) ***** ///// _____ ----- ````` """"" '''''