summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-07-24 13:46:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-07-24 13:46:12 -0400
commitda3e02089dbccb71c57ac300acfaa2ac7779f04e (patch)
tree55e5fb6d45210ec926d737ff8999cecdfef81a3d
parent221e32d9ac23539fc43a327b339ab6dc19341ccc (diff)
downloadglib-more-guri-breakage.tar.gz
Add another uri testmore-guri-breakage
This is taken from the css data url test in GTK. It used to work.
-rw-r--r--glib/tests/uri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/tests/uri.c b/glib/tests/uri.c
index 6927b8904..db313c22b 100644
--- a/glib/tests/uri.c
+++ b/glib/tests/uri.c
@@ -349,6 +349,7 @@ test_uri_unescape_string (void)
{ "%ra", NULL, NULL },
{ "%2r", NULL, NULL },
{ NULL, NULL, NULL }, /* actually a valid test, not a delimiter */
+ { "Timm B\344der", NULL, "Timm B\344der" }
};
gsize i;