From f76c5282aec921356b070982db60d6d2ad2355fb Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 23 Nov 2009 14:54:57 +0000 Subject: [PATCH] When Ilia fixed bug #49470 and removed the '/' as a valid email char, he forgot to make the corresponding change in filter test 033. --- ext/filter/tests/033.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0