Better signature for encoders
Split library .ecf and the autotest .ecf
This commit is contained in:
@@ -19,8 +19,7 @@ feature -- Test routines
|
||||
note
|
||||
testing: "url-encoded"
|
||||
do
|
||||
-- test_utf8_decoding ("summer=<3D>t<EFBFBD>&weird=<3D>", "summer=<3D>t<EFBFBD>&weird=<EFBFBD>")
|
||||
test_utf8_decoding ("%%C3%%A9t%%C3%%A9", "<22>t<EFBFBD>")
|
||||
test_utf8_decoding ("%%C3%%A9t%%C3%%A9", {STRING_32}"<22>t<EFBFBD>")
|
||||
end
|
||||
|
||||
test_utf8_decoding (s: STRING_8; e: STRING_32)
|
||||
|
||||
Reference in New Issue
Block a user