Added a test for #833.

This commit is contained in:
John MacFarlane 2013-06-19 09:00:37 -07:00
parent e0832b0359
commit 6c5ba22c96
2 changed files with 7 additions and 1 deletions

View file

@ -134,4 +134,6 @@
,Header 2 ("parentheses-in-urls",[],[]) [Str "Parentheses",Space,Str "in",Space,Str "URLs"]
,Para [Link [Str "link"] ("/hi(there)","")]
,Para [Link [Str "link"] ("/hithere)","")]
,Para [Link [Str "linky"] ("hi_(there_(nested))","")]]
,Para [Link [Str "linky"] ("hi_(there_(nested))","")]
,Header 2 ("reference-link-fallbacks",[],[]) [Str "Reference",Space,Str "link",Space,Str "fallbacks"]
,Para [Str "[",Emph [Str "not",Space,Str "a",Space,Str "link"],Str "]",Space,Str "[",Emph [Str "nope"],Str "]\8230"]]

View file

@ -231,3 +231,7 @@ Empty cells
[linky]
[linky]: hi_(there_(nested))
## Reference link fallbacks
[*not a link*] [*nope*]...