testsuite: Add a cae with escaped Latin-1 code
This came up in recent g_uri_escape() discussions.
This commit is contained in:
@@ -52,6 +52,9 @@ Test tests[] = {
|
||||
{ "charset",
|
||||
"data:text/plain;charset=ISO-8859-1,Timm B\344der",
|
||||
"text/plain", CONTENTS("Timm Bäder") },
|
||||
{ "charset",
|
||||
"data:text/plain;charset=ISO-8859-1,Timm%20B%E4der",
|
||||
"text/plain", CONTENTS("Timm Bäder") },
|
||||
{ "charset_base64",
|
||||
"data:text/plain;charset=ISO-8859-5;base64,wOPh29DdILjW0ePb0OLe0g==",
|
||||
"text/plain", CONTENTS("Руслан Ижбулатов") },
|
||||
|
||||
Reference in New Issue
Block a user