Added failing test case for issue #312.
This commit is contained in:
parent
8137f07cea
commit
7a09873a0b
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@ tests = [ testGroup "inline code"
|
|||
"`*` {.haskell .special x=\"7\"}"
|
||||
=?> para (codeWith ("",["haskell","special"],[("x","7")]) "*")
|
||||
]
|
||||
, testGroup "backslash escapes"
|
||||
[ "in URL" =:
|
||||
"[hi](/there\\))"
|
||||
=?> para (link "hi" "/there)" "")
|
||||
]
|
||||
, testGroup "smart punctuation"
|
||||
[ test markdownSmart "quote before ellipses"
|
||||
("'...hi'"
|
||||
|
|
Loading…
Add table
Reference in a new issue