This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
htmlpurifier
Watch
0
Star
0
Fork
0
You've already forked htmlpurifier
mirror of
https://github.com/ezyang/htmlpurifier.git
synced
2024-11-10 07:38:41 +00:00
Code
Releases
Activity
1a70bffd5a
htmlpurifier
/
tests
/
HTMLPurifier
/
HTMLT
/
id-default.htmlt
6 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implement HTMLT tests, and migrate HTMLPurifierTest to this format. HTMLT tests are a compact and easy-to-use way of making assertPurification type tests. They take the format of: --INI-- Ns.Directive = "directive value" --HTML-- Input HTML --EXPECT-- Expected HTML Expect more features and migration to be coming soon. Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
2008-07-05 06:34:19 +00:00
--HTML--
<span id="moon">foobar</span>
--EXPECT--
<span>foobar</span>
Add vim modelines to all files. Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
2008-12-06 09:24:59 +00:00
--# vim: et sw=4 sts=4
Copy Permalink