aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-09-30 09:59:22 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-09-30 09:59:22 -0700
commitb07ea7a02d94de042003a2287e5f5216a41e4e4e (patch)
tree7b9e230b11cb41ad98891457ca457e0258913375 /tests
parente5740a138e291995d97e91d038d174977b0456f0 (diff)
downloadpandoc-b07ea7a02d94de042003a2287e5f5216a41e4e4e.tar.gz
RST reader: Consolidated rawBlock into directive.
Diffstat (limited to 'tests')
-rw-r--r--tests/rst-reader.native6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/rst-reader.native b/tests/rst-reader.native
index 5a9eea147..d41274621 100644
--- a/tests/rst-reader.native
+++ b/tests/rst-reader.native
@@ -175,11 +175,11 @@ Pandoc (Meta {docTitle = [Str "Pandoc",Space,Str "Test",Space,Str "Suite",Str ":
[[Para [Str "123-4567"]]])]
,Header 1 [Str "HTML",Space,Str "Blocks"]
,Para [Str "Simple",Space,Str "block",Space,Str "on",Space,Str "one",Space,Str "line:"]
-,RawBlock "html" "<div>foo</div>\n"
+,RawBlock "html" "<div>foo</div>"
,Para [Str "Now,",Space,Str "nested:"]
-,RawBlock "html" "<div>\n <div>\n <div>\n foo\n </div>\n </div>\n</div>\n"
+,RawBlock "html" "<div>\n <div>\n <div>\n foo\n </div>\n </div>\n</div>"
,Header 1 [Str "LaTeX",Space,Str "Block"]
-,RawBlock "latex" "\\begin{tabular}{|l|l|}\\hline\nAnimal & Number \\\\ \\hline\nDog & 2 \\\\\nCat & 1 \\\\ \\hline\n\\end{tabular}\n"
+,RawBlock "latex" "\\begin{tabular}{|l|l|}\\hline\nAnimal & Number \\\\ \\hline\nDog & 2 \\\\\nCat & 1 \\\\ \\hline\n\\end{tabular}"
,Header 1 [Str "Inline",Space,Str "Markup"]
,Para [Str "This",Space,Str "is",Space,Emph [Str "emphasized"],Str ".",Space,Str "This",Space,Str "is",Space,Strong [Str "strong"],Str "."]
,Para [Str "This",Space,Str "is",Space,Str "code:",Space,Code ("",[],[]) ">",Str ",",Space,Code ("",[],[]) "$",Str ",",Space,Code ("",[],[]) "\\",Str ",",Space,Code ("",[],[]) "\\$",Str ",",Space,Code ("",[],[]) "<html>",Str "."]