From: Rasmus Lerdorf Date: Mon, 23 Nov 2009 14:54:57 +0000 (+0000) Subject: When Ilia fixed bug #49470 and removed the '/' as a valid X-Git-Tag: php-5.2.12RC2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84a4d1c20cfad266a33b16006f5a8a74089fd6c0;p=php When Ilia fixed bug #49470 and removed the '/' as a valid email char, he forgot to make the corresponding change in filter test 033. --- diff --git a/ext/filter/tests/033.phpt b/ext/filter/tests/033.phpt index f965e35c1f..143d0c10e5 100644 --- a/ext/filter/tests/033.phpt +++ b/ext/filter/tests/033.phpt @@ -21,7 +21,7 @@ stripped PHP 1 foo@bar.com http://a.b.c 1.2.3.4 123 12 encoded PHP 1 foo%40bar.com http%3A%2F%2Fa.b.c 1.2.3.4 123 123abc%3C%3E%28%29 O%27Henry %ED%95%98%ED%8D%BC special_chars PHP 1 foo@bar.com http://a.b.c 1.2.3.4 123 123abc<>() O'Henry 하퍼 unsafe_raw PHP 1 foo@bar.com http://a.b.c 1.2.3.4 123 123abc<>() O'Henry 하퍼 -email PHP 1 foo@bar.com http//a.b.c 1.2.3.4 123 123abc O'Henry +email PHP 1 foo@bar.com httpa.b.c 1.2.3.4 123 123abc O'Henry url PHP 1 foo@bar.com http://a.b.c 1.2.3.4 123 123abc<>() O'Henry number_int 1 1234 123 123 number_float 1 1234 123 123