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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Oct 27 10:47:04 EDT 2011


Author: jondaley
Date: 2011-10-27 10:47:04 -0400 (Thu, 27 Oct 2011)
New Revision: 7157

Modified:
   plog/branches/lifetype-1.2/class/test/tests/data/textfilter_test.class.php
Log:
too bad.  We can't make '<blah' work in a comment, unless we stop using strip_tags ( ) which some other filtering schemes do

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-27 14:43:54 UTC (rev 7156)
+++ plog/branches/lifetype-1.2/class/test/tests/data/textfilter_test.class.php	2011-10-27 14:47:04 UTC (rev 7157)
@@ -136,9 +136,9 @@
                    "some <a>html</a><b>is</b>not<p>allowed</p>",
 				"1 non-html like < is ok" => "1 non-html like < is ok",
 				"2 non-html like > is ok" => "2 non-html like > is ok",
-				"3 non-html like <is ok" => "3 non-html like <is ok",
+				"3 non-html like <are unfortunately not ok due to strip_tags" => "3 non-html like ",
 				"4 non-html like >is ok" => "4 non-html like >is ok",
-				"5 non-html like<is ok" => "5 non-html like<is ok",
+				"5 non-html like<are unfortunately not ok due to strip_tags" => "5 non-html like",
 				"6 non-html like>is ok" => "6 non-html like>is ok",
 				"<3 is fine." => "<3 is fine.",
 				"so is <31231." => "so is <31231.",



More information about the pLog-svn mailing list