fixed code for test_url_encoder
This commit is contained in:
@@ -22,7 +22,7 @@ feature -- Test routines
|
|||||||
test_url_encoded_encoding ({STRING_32}"http://domain.tld/foo/bar/script.php?test='toto'&foo=bar&title=il <20>tait une fois")
|
test_url_encoded_encoding ({STRING_32}"http://domain.tld/foo/bar/script.php?test='toto'&foo=bar&title=il <20>tait une fois")
|
||||||
test_url_encoded_encoding ({STRING_32}"<22>t<EFBFBD>")
|
test_url_encoded_encoding ({STRING_32}"<22>t<EFBFBD>")
|
||||||
test_url_encoded_decoding ({STRING_8}"%%E9t%%E9", {STRING_32}"<22>t<EFBFBD>")
|
test_url_encoded_decoding ({STRING_8}"%%E9t%%E9", {STRING_32}"<22>t<EFBFBD>")
|
||||||
test_url_encoded_decoding ({STRING_8}"Test%0A", {STRING_32}"Test%N")
|
test_url_encoded_decoding ({STRING_8}"Test%%0A", {STRING_32}"Test%N")
|
||||||
|
|
||||||
test_utf8_url_encoded_decoding ({STRING_8}"%%C3%%A9t%%C3%%A9", {STRING_32}"<22>t<EFBFBD>")
|
test_utf8_url_encoded_decoding ({STRING_8}"%%C3%%A9t%%C3%%A9", {STRING_32}"<22>t<EFBFBD>")
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user