From 790e01eb8479c8b58ad0f9b2a01a5141c5124379 Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Sat, 19 Feb 2022 00:45:10 +0900 Subject: [PATCH] Extend test fixture to accomodate #333 --- test/resources/markdown.mdtest/Amps and angle encoding.text | 2 ++ test/resources/markdown.mdtest/Amps and angle encoding.xhtml | 2 ++ 2 files changed, 4 insertions(+) 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