diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-07 00:43:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-07 00:43:08 +0000 |
commit | 632b6761c348150e018c42ee06265794668d9180 (patch) | |
tree | b5527858c05c5f081f1a856a07e2d66baab9aeec /intl/tst-translit.c | |
parent | 1324affa186eff814fde274a524a57b611ce71be (diff) | |
download | glibc-632b6761c348150e018c42ee06265794668d9180.zip glibc-632b6761c348150e018c42ee06265794668d9180.tar.gz glibc-632b6761c348150e018c42ee06265794668d9180.tar.bz2 |
Update.
2000-11-06 Ulrich Drepper <drepper@redhat.com>
* iconvdata/big5.c: Regenerated after BIG5 charmap change.
Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
* sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Fix typo in
comparison with new cache magic bytes.
Patch by Denis Zaitsev <zzz@cd-club.ru>.
2000-11-03 Bruno Haible <haible@clisp.cons.org>
* locale/C-translit.h.in: Update from translit_neutral.
* locale/C-translit.h: Regenerated.
* intl/tst-translit.c: Update.
Diffstat (limited to 'intl/tst-translit.c')
-rw-r--r-- | intl/tst-translit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/tst-translit.c b/intl/tst-translit.c index 8e4e6ca..5d42ae3 100644 --- a/intl/tst-translit.c +++ b/intl/tst-translit.c @@ -41,8 +41,8 @@ main (void) 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 ("onemore", " 1/2 * 1/2 = 1/4 "); + TEST ("onemore", " 1/2 * 1/2 = 1/4 "); TEST ("test", "<<(C) AEss>>"); return result; |