* [RFC][PATCH v2 2/6] Add tests for alternative month names (bug 10871)
@ 2016-03-25 0:53 Rafal Luzynski
0 siblings, 0 replies; only message in thread
From: Rafal Luzynski @ 2016-03-25 0:53 UTC (permalink / raw)
To: libc-alpha
Added tests for the new constants ALTMON_1 .. ALTMON_12.
[BZ #10871]
* localedata/tst-langinfo.c: public constants ALTMON_1 .. ALTMON_12 added.
---
localedata/tst-langinfo.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/localedata/tst-langinfo.c b/localedata/tst-langinfo.c
index 16ac4c1..1b1c23d 100644
--- a/localedata/tst-langinfo.c
+++ b/localedata/tst-langinfo.c
@@ -50,6 +50,18 @@ struct map
VAL (ABMON_8),
VAL (ABMON_9),
VAL (ALT_DIGITS),
+ VAL (ALTMON_1),
+ VAL (ALTMON_10),
+ VAL (ALTMON_11),
+ VAL (ALTMON_12),
+ VAL (ALTMON_2),
+ VAL (ALTMON_3),
+ VAL (ALTMON_4),
+ VAL (ALTMON_5),
+ VAL (ALTMON_6),
+ VAL (ALTMON_7),
+ VAL (ALTMON_8),
+ VAL (ALTMON_9),
VAL (AM_STR),
VAL (CRNCYSTR),
VAL (CURRENCY_SYMBOL),
--
2.5.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-03-25 0:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-25 0:53 [RFC][PATCH v2 2/6] Add tests for alternative month names (bug 10871) Rafal Luzynski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).