[pLog-svn] r7148 - plog/branches/lifetype-1.2/class/test/tests/data

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Oct 26 18:09:02 EDT 2011


Author: jondaley
Date: 2011-10-26 18:09:02 -0400 (Wed, 26 Oct 2011)
New Revision: 7148

Modified:
   plog/branches/lifetype-1.2/class/test/tests/data/textfilter_test.class.php
Log:
test for 'WP test' for HTML comment looking things

Modified: plog/branches/lifetype-1.2/class/test/tests/data/textfilter_test.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/test/tests/data/textfilter_test.class.php	2011-10-26 22:05:41 UTC (rev 7147)
+++ plog/branches/lifetype-1.2/class/test/tests/data/textfilter_test.class.php	2011-10-26 22:09:02 UTC (rev 7148)
@@ -144,6 +144,8 @@
 				"Empty tags < > should not crash." => "Empty tags < > should not crash.",
 				"Weird tags <asd > aren't ok." => "Weird tags  aren't ok.",
 				"Other HTML is not <h1> <p>allowed</p></h1>" => "Other HTML is not  <p>allowed</p>",
+				"HTML comments?<!-- aren't allowed" => "HTML comments?",
+				"Things that look like HTML comments?< !-- are ok." => "Things that look like HTML comments?< !-- are ok.",
 				"&" => "&",
 			);
 			



More information about the pLog-svn mailing list