From 3443df6068a7a1cc2ec7ece62c2fe948592f1b1b Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Tue, 17 Apr 2018 11:55:37 +0300 Subject: Markdown reader: add regression test for previous commit --- test/Tests/Readers/Markdown.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/Tests/Readers/Markdown.hs') 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" =: -- cgit v1.2.3