Skip to content

Commit 387d527

Browse files
committed
php/php-src 4461fb9: Fix tests for ICU 63.1
Apply php/php-src commit 4461fb9 That commit also changes ext/intl/tests/msgfmt_bug70484.phpt but we don't have that file in our tree.
1 parent 9d838f3 commit 387d527

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ext/intl/tests/formatter_format8.phpt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,20 +107,20 @@ Locale is: de
107107

108108
Locale is: fr
109109
'1234567.8912345\d+'
110-
'1 234 567,891'
111-
'1 234 567,89 XXX'
112-
'123 456 789 ?%'
110+
'1.+234.+567,891'
111+
'1.+234.+567,89.+(XXX|¤)'
112+
'123.+456.+789(.+)?%'
113113
'1.2345678912345\d+E6'
114114
'un million deux cent trente-quatre mille cinq cent soixante-sept virgule huit neuf un deux trois quatre cinq( six)? sept( neuf)?'
115-
'1 234 567e'
116-
'1 234 567'
115+
'1.+234.+567e'
116+
'1.+234.+567'
117117
'#####.###'
118-
'1 234 567,89 XXX'
118+
'1.+234.+567,89.+XXX'
119119

120120
Locale is: en_UK
121121
'1234567.8912345\d+'
122122
'1,234,567.891'
123-
'XXX 1,234,567.89'
123+
'(¤|XXX )1,234,567.89'
124124
'123,456,789%'
125125
'1.2345678912345\d+E6'
126126
'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eight nine one two three four five( six)? seven( nine)?'

0 commit comments

Comments
 (0)