Fix newline issues in tests.
[htmlpurifier/darkodev.git] / tests / HTMLPurifier / HTMLT / allowed-remove.htmlt
blob6588a80e076301837d01cb3fbfe14f300c5cbfc4
1 --INI--
2 HTML.AllowedElements = b,i,p,a
3 HTML.AllowedAttributes = a.href,*.id
4 --HTML--
5 <span>Not allowed</span><a class="mef" id="foobar">Remove id too!</a>
6 --EXPECT--
7 Not allowed<a>Remove id too!</a>