Vitaly Puzrin
10 years ago
2 changed files with 26 additions and 9 deletions
@ -0,0 +1,26 @@ |
|||
Should not throw exception on mailformed URI |
|||
. |
|||
[foo](<%test>) |
|||
. |
|||
<p><a href="%25test">foo</a></p> |
|||
. |
|||
|
|||
|
|||
|
|||
Should not hang comments regexp |
|||
. |
|||
foo <!--- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -> |
|||
|
|||
foo <!-------------------------------------------------------------------> |
|||
. |
|||
<p>foo <!— xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -></p> |
|||
<p>foo <!-------------------------------------------------------------------></p> |
|||
. |
|||
|
|||
|
|||
Should not hang cdata regexp |
|||
. |
|||
foo <![CDATA[ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ]> |
|||
. |
|||
<p>foo <![CDATA[ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ]></p> |
|||
. |
Loading…
Reference in new issue