From 49ba1c128f3b339f9b4d0c828a484666e99830a4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 22 Jul 2000 22:31:57 +0000 Subject: Update. * intl/tst-translit.c (main): Update for now performed transliteration. --- intl/tst-translit.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'intl/tst-translit.c') 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; } -- cgit v1.2.3