collate: Improve test coverage
authorMatthias Clasen <mclasen@redhat.com>
Sat, 7 Apr 2012 15:22:13 +0000 (11:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 8 Apr 2012 14:24:50 +0000 (10:24 -0400)
Add some strings that exercise the non-ASCII parts of our
collation support.

glib/tests/collate.c

index 7750c40..29a62ea 100644 (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
 };