Skip to content

Commit a4c1263

Browse files
committed
fixed code for test_url_encoder
1 parent 46920fb commit a4c1263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/text/encoder/tests/test_url_encoder.e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ feature -- Test routines
2222
test_url_encoded_encoding ({STRING_32}"http://domain.tld/foo/bar/script.php?test='toto'&foo=bar&title=il était une fois")
2323
test_url_encoded_encoding ({STRING_32}"été")
2424
test_url_encoded_decoding ({STRING_8}"%%E9t%%E9", {STRING_32}"été")
25-
test_url_encoded_decoding ({STRING_8}"Test%0A", {STRING_32}"Test%N")
25+
test_url_encoded_decoding ({STRING_8}"Test%%0A", {STRING_32}"Test%N")
2626

2727
test_utf8_url_encoded_decoding ({STRING_8}"%%C3%%A9t%%C3%%A9", {STRING_32}"été")
2828
end

0 commit comments

Comments
 (0)