This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
APItest/t/locale.t: Sort some tests
authorKarl Williamson <khw@cpan.org>
Wed, 7 Mar 2018 19:05:46 +0000 (12:05 -0700)
committerKarl Williamson <khw@cpan.org>
Mon, 12 Mar 2018 16:17:14 +0000 (10:17 -0600)
These now appear in the file in their logical order

ext/XS-APItest/t/locale.t

index 02fb918..0aae384 100644 (file)
@@ -42,9 +42,6 @@ my %correct_C_responses = (
                             ABDAY_6 => 'Fri',
                             ABDAY_7 => 'Sat',
                             ABMON_1 => 'Jan',
-                            ABMON_10 => 'Oct',
-                            ABMON_11 => 'Nov',
-                            ABMON_12 => 'Dec',
                             ABMON_2 => 'Feb',
                             ABMON_3 => 'Mar',
                             ABMON_4 => 'Apr',
@@ -53,6 +50,9 @@ my %correct_C_responses = (
                             ABMON_7 => 'Jul',
                             ABMON_8 => 'Aug',
                             ABMON_9 => 'Sep',
+                            ABMON_10 => 'Oct',
+                            ABMON_11 => 'Nov',
+                            ABMON_12 => 'Dec',
                             ALT_DIGITS => undef,
                             AM_STR => 'AM',
                             CODESET => undef,
@@ -71,9 +71,6 @@ my %correct_C_responses = (
                             ERA_D_T_FMT => undef,
                             ERA_T_FMT => undef,
                             MON_1 => 'January',
-                            MON_10 => 'October',
-                            MON_11 => 'November',
-                            MON_12 => 'December',
                             MON_2 => 'February',
                             MON_3 => 'March',
                             MON_4 => 'April',
@@ -82,6 +79,9 @@ my %correct_C_responses = (
                             MON_7 => 'July',
                             MON_8 => 'August',
                             MON_9 => 'September',
+                            MON_10 => 'October',
+                            MON_11 => 'November',
+                            MON_12 => 'December',
                             NOEXPR => undef,
                             NOSTR => undef,
                             PM_STR => 'PM',