summaryrefslogtreecommitdiff
path: root/localedata/tst-fmon.data
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-05-15 11:49:07 +0000
committerAndreas Jaeger <aj@suse.de>2000-05-15 11:49:07 +0000
commit35f9eb5daea1c89b99bdf7ee03113204502cf037 (patch)
treec8882b7dfa2ae665c3d5ed510093b562d36898e3 /localedata/tst-fmon.data
parent464a88ce053c114c043617990f13f425193dc945 (diff)
2000-05-15 Andreas Jaeger <aj@suse.de>
* tst-fmon.data: Change testcase following fixes for de_DE. * locales/de_DE: Remove space after DEM since DEM is now placed after the value. * tst-fmon.data: Change testcase following fixes for de_DE. * locales/de_DE: Remove space after DEM since DEM is now placed after the value.
Diffstat (limited to 'localedata/tst-fmon.data')
-rw-r--r--localedata/tst-fmon.data84
1 files changed, 42 insertions, 42 deletions
diff --git a/localedata/tst-fmon.data b/localedata/tst-fmon.data
index f1084ca685..db0e3f7abf 100644
--- a/localedata/tst-fmon.data
+++ b/localedata/tst-fmon.data
@@ -44,48 +44,48 @@ C %=*#9n -1.23 -********1.23
#
# check both the german locale and strfmon with that data
#
-de_DE.ISO-8859-1 %n 1.23 DM1,23
-de_DE.ISO-8859-1 %n -1.23 -DM1,23
-de_DE.ISO-8859-1 %n 1234.56 DM1.234,56
-de_DE.ISO-8859-1 %11n 123.45 DM123,45
-de_DE.ISO-8859-1 %11n -123.45 -DM123,45
-de_DE.ISO-8859-1 %11n 3456.781 DM3.456,78
-de_DE.ISO-8859-1 %^n 1234.56 DM1234,56
-de_DE.ISO-8859-1 %+n 1234.56 DM1.234,56
-de_DE.ISO-8859-1 %+n -1234.56 -DM1.234,56
-de_DE.ISO-8859-1 %(n 1234.56 DM1.234,56
-de_DE.ISO-8859-1 %(n -1234.56 (DM1.234,56)
-de_DE.ISO-8859-1 %^n 1234.56 DM1234,56
-de_DE.ISO-8859-1 %i 1.23 DEM 1,23
-de_DE.ISO-8859-1 %i -1.23 -DEM 1,23
-de_DE.ISO-8859-1 %i 1234.56 DEM 1.234,56
-de_DE.ISO-8859-1 %^i 1234.56 DEM 1234,56
-de_DE.ISO-8859-1 %+i 1234.56 DEM 1.234,56
-de_DE.ISO-8859-1 %+i -1234.56 -DEM 1.234,56
-de_DE.ISO-8859-1 %(i 1234.56 DEM 1.234,56
-de_DE.ISO-8859-1 %(i -1234.56 (DEM 1.234,56)
-de_DE.ISO-8859-1 %^i 1234.56 DEM 1234,56
-de_DE.ISO-8859-1 %#5n 123.45 DM 123,45
-de_DE.ISO-8859-1 %#5n -123.45 -DM 123,45
-de_DE.ISO-8859-1 %#5n 3456.781 DM 3.456,78
-de_DE.ISO-8859-1 %=*#5n 123.45 DM***123,45
-de_DE.ISO-8859-1 %=*#5n -123.45 -DM***123,45
-de_DE.ISO-8859-1 %=*#5n 3456.781 DM*3.456,78
-de_DE.ISO-8859-1 %=0#5n 123.45 DM000123,45
-de_DE.ISO-8859-1 %=0#5n -123.45 -DM000123,45
-de_DE.ISO-8859-1 %=0#5n 3456.781 DM03.456,78
-de_DE.ISO-8859-1 %^#5n 123.45 DM 123,45
-de_DE.ISO-8859-1 %^#5n -123.45 -DM 123,45
-de_DE.ISO-8859-1 %^#5n 3456.781 DM 3456,78
-de_DE.ISO-8859-1 %^#5.0n 123.45 DM 123
-de_DE.ISO-8859-1 %^#5.0n -123.45 -DM 123
-de_DE.ISO-8859-1 %^#5.0n 3456.781 DM 3457
-de_DE.ISO-8859-1 %^#5.4n 123.45 DM 123,4500
-de_DE.ISO-8859-1 %^#5.4n -123.45 -DM 123,4500
-de_DE.ISO-8859-1 %^#5.4n 3456.781 DM 3456,7810
-de_DE.ISO-8859-1 %(#5n 123.45 DM 123,45
-de_DE.ISO-8859-1 %(#5n -123.45 (DM 123,45)
-de_DE.ISO-8859-1 %(#5n 3456.781 DM 3.456,78
+de_DE.ISO-8859-1 %n 1.23 1,23 DM
+de_DE.ISO-8859-1 %n -1.23 -1,23 DM
+de_DE.ISO-8859-1 %n 1234.56 1.234,56 DM
+de_DE.ISO-8859-1 %11n 123.45 123,45 DM
+de_DE.ISO-8859-1 %11n -123.45 -123,45 DM
+de_DE.ISO-8859-1 %11n 3456.781 3.456,78 DM
+de_DE.ISO-8859-1 %^n 1234.56 1234,56 DM
+de_DE.ISO-8859-1 %+n 1234.56 1.234,56 DM
+de_DE.ISO-8859-1 %+n -1234.56 -1.234,56 DM
+de_DE.ISO-8859-1 %(n 1234.56 1.234,56 DM
+de_DE.ISO-8859-1 %(n -1234.56 (1.234,56 DM)
+de_DE.ISO-8859-1 %^n 1234.56 1234,56 DM
+de_DE.ISO-8859-1 %i 1.23 1,23 DEM
+de_DE.ISO-8859-1 %i -1.23 -1,23 DEM
+de_DE.ISO-8859-1 %i 1234.56 1.234,56 DEM
+de_DE.ISO-8859-1 %^i 1234.56 1234,56 DEM
+de_DE.ISO-8859-1 %+i 1234.56 1.234,56 DEM
+de_DE.ISO-8859-1 %+i -1234.56 -1.234,56 DEM
+de_DE.ISO-8859-1 %(i 1234.56 1.234,56 DEM
+de_DE.ISO-8859-1 %(i -1234.56 (1.234,56 DEM)
+de_DE.ISO-8859-1 %^i 1234.56 1234,56 DEM
+de_DE.ISO-8859-1 %#5n 123.45 123,45 DM
+de_DE.ISO-8859-1 %#5n -123.45 - 123,45 DM
+de_DE.ISO-8859-1 %#5n 3456.781 3.456,78 DM
+de_DE.ISO-8859-1 %=*#5n 123.45 ***123,45 DM
+de_DE.ISO-8859-1 %=*#5n -123.45 -***123,45 DM
+de_DE.ISO-8859-1 %=*#5n 3456.781 *3.456,78 DM
+de_DE.ISO-8859-1 %=0#5n 123.45 000123,45 DM
+de_DE.ISO-8859-1 %=0#5n -123.45 -000123,45 DM
+de_DE.ISO-8859-1 %=0#5n 3456.781 03.456,78 DM
+de_DE.ISO-8859-1 %^#5n 123.45 123,45 DM
+de_DE.ISO-8859-1 %^#5n -123.45 - 123,45 DM
+de_DE.ISO-8859-1 %^#5n 3456.781 3456,78 DM
+de_DE.ISO-8859-1 %^#5.0n 123.45 123 DM
+de_DE.ISO-8859-1 %^#5.0n -123.45 - 123 DM
+de_DE.ISO-8859-1 %^#5.0n 3456.781 3457 DM
+de_DE.ISO-8859-1 %^#5.4n 123.45 123,4500 DM
+de_DE.ISO-8859-1 %^#5.4n -123.45 - 123,4500 DM
+de_DE.ISO-8859-1 %^#5.4n 3456.781 3456,7810 DM
+de_DE.ISO-8859-1 %(#5n 123.45 123,45 DM
+de_DE.ISO-8859-1 %(#5n -123.45 ( 123,45 DM)
+de_DE.ISO-8859-1 %(#5n 3456.781 3.456,78 DM
de_DE.ISO-8859-1 %!(#5n 123.45 123,45
de_DE.ISO-8859-1 %!(#5n -123.45 ( 123,45)
de_DE.ISO-8859-1 %!(#5n 3456.781 3.456,78