diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-01-02 00:59:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-01-02 00:59:51 +0000 |
commit | 3451e12ee3b1e47223e6c8a574df2b73a7361226 (patch) | |
tree | adc3751de41b12619eacc8fa12ca108ff048da51 /localedata/tst-fmon.data | |
parent | 23d99b3c2f06c83df68e5d9edba138a4bda1f6da (diff) | |
download | glibc-3451e12ee3b1e47223e6c8a574df2b73a7361226.tar glibc-3451e12ee3b1e47223e6c8a574df2b73a7361226.tar.gz glibc-3451e12ee3b1e47223e6c8a574df2b73a7361226.tar.bz2 glibc-3451e12ee3b1e47223e6c8a574df2b73a7361226.zip |
Update.
2004-01-01 Petter Reinholdtsen <pere@hungry.com>
* tst-fmon.data: Add simple test to check left justified currency
values in the C locale.
* tst-fmon.sh: Don't print every line. The program already prints
the failing ones.
Diffstat (limited to 'localedata/tst-fmon.data')
-rw-r--r-- | localedata/tst-fmon.data | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/localedata/tst-fmon.data b/localedata/tst-fmon.data index d7bcb1793f..bbcd821213 100644 --- a/localedata/tst-fmon.data +++ b/localedata/tst-fmon.data @@ -44,6 +44,10 @@ C %#9n 1.23 1.23 C %#9n -1.23 - 1.23 C %=*#9n 1.23 ********1.23 C %=*#9n -1.23 -********1.23 +C %-14#5.4n 1.23 " 1.2300 " +C %-14#5.4n -1.23 "- 1.2300 " +C %-14#5.4n 123.45 " 123.4500 " +C %-14#5.4n 123456 " 123456.0000 " # # check both the german locale and strfmon with that data # |