[RFC,v5,04/13] Add tests for alternative month names (bug 10871).

Message ID 1300374905.1457458.1482456074298@poczta.nazwa.pl
State Superseded
Headers

Commit Message

Rafal Luzynski Dec. 23, 2016, 1:21 a.m. UTC
  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(+)
  

Patch

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),