From ff86702a955fcb66c3b74f4e84d87c21e06255c2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 10 Jul 2014 14:23:20 -0700 Subject: Added failing test for issue #1121. --- tests/Tests/Readers/Markdown.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/Tests/Readers/Markdown.hs b/tests/Tests/Readers/Markdown.hs index 709026d92..f7d07f6cd 100644 --- a/tests/Tests/Readers/Markdown.hs +++ b/tests/Tests/Readers/Markdown.hs @@ -149,6 +149,8 @@ tests = [ testGroup "inline code" , "emph with spaced strong" =: "*x **xx** x*" =?> para (emph ("x" <> space <> strong "xx" <> space <> "x")) + , "intraword underscore with opening underscore (#1121)" =: + "_foot_ball_" =?> para (emph (text "foot_ball")) ] , testGroup "raw LaTeX" [ "in URL" =: -- cgit v1.2.3