Added failing test for escape in markdown link title.
This commit is contained in:
parent
e53e538524
commit
a4364b3784
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ tests = [ testGroup "inline code"
|
|||
[ "in URL" =:
|
||||
"[hi](/there\\))"
|
||||
=?> para (link "hi" "/there)" "")
|
||||
, "in title" =:
|
||||
"[hi](/there \"a\\\"a)"
|
||||
=?> para (link "hi" "/there" "a\"a")
|
||||
]
|
||||
, testGroup "smart punctuation"
|
||||
[ test markdownSmart "quote before ellipses"
|
||||
|
|
Loading…
Add table
Reference in a new issue