mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-28 08:26:14 +01:00
collate: Improve test coverage
Add some strings that exercise the non-ASCII parts of our collation support.
This commit is contained in:
parent
6a57bf1243
commit
7d489acecc
@ -90,6 +90,7 @@ const gchar *input0[] = {
|
|||||||
"eer34",
|
"eer34",
|
||||||
"223",
|
"223",
|
||||||
"er1",
|
"er1",
|
||||||
|
"üĠണ",
|
||||||
"foo",
|
"foo",
|
||||||
"bar",
|
"bar",
|
||||||
"baz",
|
"baz",
|
||||||
@ -106,6 +107,7 @@ const gchar *sorted0[] = {
|
|||||||
"er1",
|
"er1",
|
||||||
"foo",
|
"foo",
|
||||||
"GTK+",
|
"GTK+",
|
||||||
|
"üĠണ",
|
||||||
"z",
|
"z",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
@ -119,6 +121,7 @@ const gchar *file_sorted0[] = {
|
|||||||
"er1",
|
"er1",
|
||||||
"foo",
|
"foo",
|
||||||
"GTK+",
|
"GTK+",
|
||||||
|
"üĠണ",
|
||||||
"z",
|
"z",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user