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", "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
}; };