mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +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",
|
||||
"223",
|
||||
"er1",
|
||||
"üĠണ",
|
||||
"foo",
|
||||
"bar",
|
||||
"baz",
|
||||
@ -106,6 +107,7 @@ const gchar *sorted0[] = {
|
||||
"er1",
|
||||
"foo",
|
||||
"GTK+",
|
||||
"üĠണ",
|
||||
"z",
|
||||
NULL
|
||||
};
|
||||
@ -119,6 +121,7 @@ const gchar *file_sorted0[] = {
|
||||
"er1",
|
||||
"foo",
|
||||
"GTK+",
|
||||
"üĠണ",
|
||||
"z",
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user