diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/misc/html.html | 3 | ||||
-rw-r--r-- | tests/misc/html.txt | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/misc/html.html b/tests/misc/html.html index cd6d4af..c4bad4f 100644 --- a/tests/misc/html.html +++ b/tests/misc/html.html @@ -10,4 +10,5 @@ Html with various attributes. </div> <p>And of course <script>blah</script>.</p> -<p><a href="script>stuff</script">this <script>link</a></p>
\ No newline at end of file +<p><a href="script>stuff</script">this <script>link</a></p> +<p>Some funky <x\]> inline stuff with markdown escaping syntax.</p>
\ No newline at end of file diff --git a/tests/misc/html.txt b/tests/misc/html.txt index c08fe1d..b04b740 100644 --- a/tests/misc/html.txt +++ b/tests/misc/html.txt @@ -15,3 +15,4 @@ And of course <script>blah</script>. [this <script>link](<script>stuff</script>) +Some funky <x\]> inline stuff with markdown escaping syntax. |