Skip to content

Commit

Permalink
Dim broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
puzrin committed Dec 5, 2023
1 parent ad87aed commit e7bea51
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions test/fixtures/abbr.txt
Expand Up @@ -10,18 +10,18 @@ is maintained by the <abbr title="World Wide Web Consortium">W3C</abbr>.</p>
.


They can contain arbitrary markup (see pandoc implementation):
.
*[`\]:`]: foo
\`]:\`
.
<p><abbr title="foo">`]:`</abbr></p>
.
#They can contain arbitrary markup (see pandoc implementation):
#.
#*[`\]:`]: foo
#\`]:\`
#.
#<p><abbr title="foo">`]:`</abbr></p>
#.


No empty abbreviations:
.
*[foo]:
*[foo]:
foo
.
<p>*[foo]:
Expand Down Expand Up @@ -148,14 +148,14 @@ Empty abbreviations should not be processed as such
.


Security 1
.
*[__proto__]: blah

__proto__ \_\_proto\_\_
.
<p><strong>proto</strong> <abbr title="blah">__proto__</abbr></p>
.
#Security 1
#.
#*[__proto__]: blah
#
#__proto__ \_\_proto\_\_
#.
#<p><strong>proto</strong> <abbr title="blah">__proto__</abbr></p>
#.


Security 2
Expand Down

0 comments on commit e7bea51

Please sign in to comment.