[gtk/wip/otte/sortlistmodel: 27/33] testsuite: Add a cae with escaped Latin-1 code
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/sortlistmodel: 27/33] testsuite: Add a cae with escaped Latin-1 code
- Date: Sat, 11 Jul 2020 03:49:31 +0000 (UTC)
commit 0bbb5499d18b8a5a382895690404025e0d1cbae8
Author: Benjamin Otte <otte redhat com>
Date: Fri Jul 10 02:13:50 2020 +0200
testsuite: Add a cae with escaped Latin-1 code
This came up in recent g_uri_escape() discussions.
testsuite/css/data.c | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/testsuite/css/data.c b/testsuite/css/data.c
index 2f623df128..3ecac4e3cb 100644
--- a/testsuite/css/data.c
+++ b/testsuite/css/data.c
@@ -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("Руслан Ижбулатов") },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]