diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rst-reader.native | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rst-reader.native b/tests/rst-reader.native index 948c04be5..bbd139776 100644 --- a/tests/rst-reader.native +++ b/tests/rst-reader.native @@ -41,7 +41,7 @@ Pandoc (Meta [Str "Pandoc",Space,Str "Test",Space,Str "Suite",Str ":",Space,Str , CodeBlock "---- (should be four hyphens)\n\nsub status {\n print \"working\";\n}" , CodeBlock "this code block is indented by one tab" , Para [Str "And",Str ":"] -, CodeBlock " this block is indented by two tabs\n\n These should not be escaped: \\$ \\\\ \\> \\[ \\{" +, CodeBlock "this block is indented by two tabs\n\nThese should not be escaped: \\$ \\\\ \\> \\[ \\{" , Header 1 [Str "Lists"] , Header 2 [Str "Unordered"] , Para [Str "Asterisks",Space,Str "tight",Str ":"] |