mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
Improve uri test coverage
This commit is contained in:
@@ -357,6 +357,9 @@ test_uri_escape (void)
|
||||
s = g_uri_escape_string ("a+b:c", "+", FALSE);
|
||||
g_assert_cmpstr (s, ==, "a+b%3Ac");
|
||||
g_free (s);
|
||||
s = g_uri_escape_string ("a+b:c\303\234", "+", TRUE);
|
||||
g_assert_cmpstr (s, ==, "a+b%3Ac\303\234");
|
||||
g_free (s);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user