summaryrefslogtreecommitdiff
path: root/localedata/tst-fmon.data
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-01-02 00:59:51 +0000
committerUlrich Drepper <drepper@redhat.com>2004-01-02 00:59:51 +0000
commit3451e12ee3b1e47223e6c8a574df2b73a7361226 (patch)
treeadc3751de41b12619eacc8fa12ca108ff048da51 /localedata/tst-fmon.data
parent23d99b3c2f06c83df68e5d9edba138a4bda1f6da (diff)
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.data4
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
#