repo.or.cz
/
htmlpurifier
/
darkodev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix newline issues in tests.
[htmlpurifier/darkodev.git]
/
tests
/
HTMLPurifier
/
HTMLT
/
allowed-remove.htmlt
blob
6588a80e076301837d01cb3fbfe14f300c5cbfc4
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>