diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-07-24 13:46:12 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-07-24 13:46:12 -0400 |
commit | da3e02089dbccb71c57ac300acfaa2ac7779f04e (patch) | |
tree | 55e5fb6d45210ec926d737ff8999cecdfef81a3d | |
parent | 221e32d9ac23539fc43a327b339ab6dc19341ccc (diff) | |
download | glib-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.c | 1 |
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; |