diff options
Diffstat (limited to 'localedata/tst-strfmon1.c')
-rw-r--r-- | localedata/tst-strfmon1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/localedata/tst-strfmon1.c b/localedata/tst-strfmon1.c index 8292a6cad5..abad43114a 100644 --- a/localedata/tst-strfmon1.c +++ b/localedata/tst-strfmon1.c @@ -12,7 +12,8 @@ static const struct { "de_DE.ISO-8859-1", "|-12,34 EUR|-12,34|" }, { "da_DK.ISO-8859-1", "|kr. -12,34|-12,34|" }, { "zh_TW.EUC-TW", "|-NT$12.34|-12.34|" }, - { "sv_SE.ISO-8859-1", "|-12,34 kr|-12,34|" } + { "sv_SE.ISO-8859-1", "|-12,34 kr|-12,34|" }, + { "nl_NL.UTF-8", "|\u20ac -12,34|-12,34|" }, }; #define ntests (sizeof (tests) / sizeof (tests[0])) |