diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2009-11-23 14:54:57 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2009-11-23 14:54:57 +0000 |
commit | ec746f96379094d50729c6adee526d882b32f7c4 (patch) | |
tree | 4e17046bbfb574753d824f0a93d65b5ed8c248ea | |
parent | 5779d4befcddcddab2da32f1b1b4bce1381aa556 (diff) | |
download | php-git-ec746f96379094d50729c6adee526d882b32f7c4.tar.gz |
When Ilia fixed bug #49470 and removed the '/' as a valid
email char, he forgot to make the corresponding change in
filter test 033.
-rw-r--r-- | ext/filter/tests/033.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |