diff options
author | Christian Schneider | 2022-09-08 14:23:47 +0200 |
---|---|---|
committer | Christian Schneider | 2022-09-08 14:23:47 +0200 |
commit | 0954d7dfc7d3a776bb3e7a5039c85015b8837c90 (patch) | |
tree | 01ac8348a9a3cf3a3c246842acbd3d798aa64e74 /test | |
parent | da836732e343cc9e093939fdf2215b10e21c0966 (diff) | |
download | itools-0954d7dfc7d3a776bb3e7a5039c85015b8837c90.tar.gz itools-0954d7dfc7d3a776bb3e7a5039c85015b8837c90.tar.bz2 itools-0954d7dfc7d3a776bb3e7a5039c85015b8837c90.zip |
Fix it_html::sanitize with nested tags
Diffstat (limited to 'test')
-rwxr-xr-x | test/it_html.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/it_html.t b/test/it_html.t index aa734c0..ae11ad1 100755 --- a/test/it_html.t +++ b/test/it_html.t @@ -225,7 +225,7 @@ is( <P><a href="javascript:window.close()" title="Wolken"><img src="http://farm1.static.flickr.com/177/377214376_bcba167a7d_m.jpg" width="240" height="180" alt="Wolken" style="border: 1px solid #ddd;" /></a></p> '), - ' <a href="http://www.flickr.com/people/swisspics%25/">swisspics</a> posted < < ä & yesterday a <i>photo</i> <i>tag missmatch</i>:<br /><br /> <p><img src="http://farm1.static.flickr.com/177/377214376_bcba167a7d_m.jpg" alt="" /></p> ', + ' <p><a href="http://www.flickr.com/people/swisspics%25/">swisspics</a> posted < < ä & yesterday <b>a <i>photo</i></b> <b>tag missmatch</b>:</p><br /><br /> <p><img src="http://farm1.static.flickr.com/177/377214376_bcba167a7d_m.jpg" alt="" /></p> ', 'it_html::sanitize tag soup' ); |