about summary refs log tree commit diff
path: root/intl/tst-translit.c
diff options
context:
space:
mode:
Diffstat (limited to 'intl/tst-translit.c')
-rw-r--r--intl/tst-translit.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/intl/tst-translit.c b/intl/tst-translit.c
index fbdaf525c4..4bd8749dac 100644
--- a/intl/tst-translit.c
+++ b/intl/tst-translit.c
@@ -37,11 +37,11 @@ main (void)
   puts (s);								      \
   result |= strcmp (s, exp) != 0;
 
-  TEST ("test", "???????");
-  TEST ("test", "???????");
-  TEST ("onemore", "?ssdf");
-  TEST ("onemore", "?ssdf");
-  TEST ("test", "???????");
+  TEST ("test", "aeoeueAEUEOEss");
+  TEST ("test", "aeoeueAEUEOEss");
+  TEST ("onemore", "AEssdf");
+  TEST ("onemore", "AEssdf");
+  TEST ("test", "aeoeueAEUEOEss");
 
   return result;
 }