diff mbox

[RFC,v8,04/16] Add tests for alternative month names (bug 10871)

Message ID 1784223227.151999.1498644083356@poczta.nazwa.pl
State New
Headers show

Commit Message

Rafal Luzynski June 28, 2017, 10:01 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(+)

Comments

Zack Weinberg July 3, 2017, 9:24 p.m. UTC | #1
On 06/28/2017 06:01 AM, Rafal Luzynski wrote:
> Added tests for the new constants ALTMON_1 .. ALTMON_12.

This should be folded into patch #1; add tests along with the code they
test.

zw
diff mbox

Patch

diff --git a/localedata/tst-langinfo.c b/localedata/tst-langinfo.c
index 1012f56..c23d9e0 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),