Test handling of escaped CSS comments
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 24 Oct 2011 08:39:58 +0000 (08:39 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 24 Oct 2011 08:39:58 +0000 (08:39 +0000)
commit1b39c964abdd9fc20497575bda35e18cddd23f1d
tree7d6713231c9b1e905e4fd6a191e941940ab9b98e
parent9992f4f89e4507032fa74aeb54f54848fe2b4302
Test handling of escaped CSS comments

r85856 fixed a CSS injection issue but lacked testing. This
test verify we properly strip out CSS comments even when the
token delimiter '/*' is backslash-escaped : \2f\2a
tests/phpunit/includes/SanitizerTest.php