collate: Improve test coverage

Add some strings that exercise the non-ASCII parts of our
collation support.
This commit is contained in:
Matthias Clasen 2012-04-07 11:22:13 -04:00
parent 6a57bf1243
commit 7d489acecc

View File

@ -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
};