diff --git a/test/resources/markdown.mdtest/Amps and angle encoding.text b/test/resources/markdown.mdtest/Amps and angle encoding.text index 0e9527f9..3152f3fb 100644 --- a/test/resources/markdown.mdtest/Amps and angle encoding.text +++ b/test/resources/markdown.mdtest/Amps and angle encoding.text @@ -16,6 +16,8 @@ Here's an inline [link](/script?foo=1&bar=2). Here's an inline [link](). +Gotta <8 tags that never end. +Gotta <8 tags that never, ever end. [1]: http://example.com/?foo=1&bar=2 [2]: http://att.com/ "AT&T" \ No newline at end of file diff --git a/test/resources/markdown.mdtest/Amps and angle encoding.xhtml b/test/resources/markdown.mdtest/Amps and angle encoding.xhtml index 9606860b..1e673301 100644 --- a/test/resources/markdown.mdtest/Amps and angle encoding.xhtml +++ b/test/resources/markdown.mdtest/Amps and angle encoding.xhtml @@ -15,3 +15,5 @@
Here's an inline link.
Here's an inline link.
+ +Gotta <8 tags that never end. Gotta <8 tags that never, ever end.
\ No newline at end of file