aboutsummaryrefslogtreecommitdiff
path: root/tests/markdown-reader-more.native
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-12-06 20:36:58 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2010-12-06 20:36:58 -0800
commit7864f30717767f89ee33532b59819b51ef2e14d4 (patch)
treec1a19f3b6c416cde72d929f76c453a43a7fe5c2c /tests/markdown-reader-more.native
parent5a4609584c84114e8d148f558bed86353c7f0146 (diff)
downloadpandoc-7864f30717767f89ee33532b59819b51ef2e14d4.tar.gz
Markdown reader: handle curly quotes better.
Previously, curly quotes were just parsed literally, leading to problems in some output formats. Now they are parsed as Quoted inlines, if --smart is specified. Resolves Issue #270.
Diffstat (limited to 'tests/markdown-reader-more.native')
-rw-r--r--tests/markdown-reader-more.native5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/markdown-reader-more.native b/tests/markdown-reader-more.native
index 55968af32..784b14ccc 100644
--- a/tests/markdown-reader-more.native
+++ b/tests/markdown-reader-more.native
@@ -45,4 +45,7 @@ Pandoc (Meta {docTitle = [Str "Title",Space,Str "spanning",Space,Str "multiple",
, Header 2 [Str "Case",Str "-",Str "insensitive",Space,Str "references"]
, Para [Link [Str "Fum"] ("/fum","")]
, Para [Link [Str "FUM"] ("/fum","")]
-, Para [Link [Str "bat"] ("/bat","")] ]
+, Para [Link [Str "bat"] ("/bat","")]
+, Header 2 [Str "Curly",Space,Str "smart",Space,Str "quotes"]
+, Para [Quoted DoubleQuote [Str "Hi"]]
+, Para [Quoted SingleQuote [Str "Hi"]] ]