Skip to content

Commit 8719117

Browse files
authored
ext/intl: fix test formatter_format_currency2.phpt (php#4)
Both грн. and ₴ are valid symbols for the Ukrainian hryvnia, but the test only allowed ₴. Allow both instead. This has precedent in the formatter_format[0-9]*.phpt tests; I'm reusing the same regex here.
1 parent 3c17170 commit 8719117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/intl/tests/formatter_format_currency2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ ut_run();
4646
en_UK: '£1,234,567.89'
4747
en_US: '$1,234,567.89'
4848
ru: '1 234 567,89 р.'
49-
uk: '1 234 567,89 '
49+
uk: '1 234 567,89 %rгрн\.|₴%r'
5050
en: 'UAH%A1,234,567.89'

0 commit comments

Comments
 (0)