aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/Markdown.hs
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2018-04-17 11:55:37 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2018-04-17 11:55:37 +0300
commit3443df6068a7a1cc2ec7ece62c2fe948592f1b1b (patch)
tree506de450a35d6441fd1afd0294746f42442b6c2e /test/Tests/Readers/Markdown.hs
parent8ac5eb9d44cb15547dfdcfc01e46c9ca49b400b9 (diff)
downloadpandoc-3443df6068a7a1cc2ec7ece62c2fe948592f1b1b.tar.gz
Markdown reader: add regression test for previous commit
Diffstat (limited to 'test/Tests/Readers/Markdown.hs')
-rw-r--r--test/Tests/Readers/Markdown.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Tests/Readers/Markdown.hs b/test/Tests/Readers/Markdown.hs
index 0943aa4b1..e44c7fc19 100644
--- a/test/Tests/Readers/Markdown.hs
+++ b/test/Tests/Readers/Markdown.hs
@@ -295,6 +295,9 @@ tests = [ testGroup "inline code"
, test markdownSmart "apostrophe after math" $ -- issue #1909
"The value of the $x$'s and the systems' condition." =?>
para (text "The value of the " <> math "x" <> text "\8217s and the systems\8217 condition.")
+ , test markdownSmart "unclosed double quote"
+ ("**this should \"be bold**"
+ =?> para (strong "this should \"be bold"))
]
, testGroup "footnotes"
[ "indent followed by newline and flush-left text" =: