2023-02-23 10:52:06 +01:00

9 lines
166 B
Plaintext
Executable File

--INI--
HTML.ForbiddenElements = b
HTML.ForbiddenAttributes = a@href
--HTML--
<b>Foo<a href="bar">bar</a></b>
--EXPECT--
Foo<a>bar</a>
--# vim: et sw=4 sts=4