We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46920fb commit a4c1263Copy full SHA for a4c1263
library/text/encoder/tests/test_url_encoder.e
@@ -22,7 +22,7 @@ feature -- Test routines
22
test_url_encoded_encoding ({STRING_32}"http://domain.tld/foo/bar/script.php?test='toto'&foo=bar&title=il était une fois")
23
test_url_encoded_encoding ({STRING_32}"été")
24
test_url_encoded_decoding ({STRING_8}"%%E9t%%E9", {STRING_32}"été")
25
- test_url_encoded_decoding ({STRING_8}"Test%0A", {STRING_32}"Test%N")
+ test_url_encoded_decoding ({STRING_8}"Test%%0A", {STRING_32}"Test%N")
26
27
test_utf8_url_encoded_decoding ({STRING_8}"%%C3%%A9t%%C3%%A9", {STRING_32}"été")
28
end
0 commit comments