aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-07-10 14:23:20 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-07-10 14:23:20 -0700
commitff86702a955fcb66c3b74f4e84d87c21e06255c2 (patch)
treeb73e2b44c4849fb5d9f5553aec9fd571569f2ea5 /tests
parentca159de30a2b3653ce668799a168993b5a2ca76d (diff)
downloadpandoc-ff86702a955fcb66c3b74f4e84d87c21e06255c2.tar.gz
Added failing test for issue #1121.
Diffstat (limited to 'tests')
-rw-r--r--tests/Tests/Readers/Markdown.hs2
1 files changed, 2 insertions, 0 deletions
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" =: