aboutsummaryrefslogtreecommitdiff
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 f12d99bc96..8e4e6ca26d 100644
--- a/intl/tst-translit.c
+++ b/intl/tst-translit.c
@@ -39,11 +39,11 @@ main (void)
puts (s); \
result |= strcmp (s, exp) != 0;
- TEST ("test", "aeoeueAEUEOEss");
- TEST ("test", "aeoeueAEUEOEss");
- TEST ("onemore", "AEssdf");
- TEST ("onemore", "AEssdf");
- TEST ("test", "aeoeueAEUEOEss");
+ TEST ("test", "<<(C) AEss>>");
+ TEST ("test", "<<(C) AEss>>");
+ TEST ("onemore", "1/2*1/2=1/4");
+ TEST ("onemore", "1/2*1/2=1/4");
+ TEST ("test", "<<(C) AEss>>");
return result;
}