From d9584d73f94501787026c57b77d217e51f21505d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 14 Jan 2018 12:23:16 -0800 Subject: Markdown reader: Improved inlinesInBalancedBrackets. The change both improves performance and fixes a regression whereby normal citations inside inline notes were not parsed correctly. Closes jgm/pandoc-citeproc#315. --- test/Tests/Readers/Markdown.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Tests/Readers') diff --git a/test/Tests/Readers/Markdown.hs b/test/Tests/Readers/Markdown.hs index c331eb3e9..1cd32b87d 100644 --- a/test/Tests/Readers/Markdown.hs +++ b/test/Tests/Readers/Markdown.hs @@ -200,7 +200,7 @@ tests = [ testGroup "inline code" ":smile: and :+1:" =?> para (text "😄 and 👍") ] , "unbalanced brackets" =: - "[[[[[[[[[[[hi" =?> para (text "[[[[[[[[[[[hi") + "[[[[[[[[[[[[hi" =?> para (text "[[[[[[[[[[[[hi") , testGroup "backslash escapes" [ "in URL" =: "[hi](/there\\))" -- cgit v1.2.3