-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Failed tests with ICU 57 #19854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also
|
@remicollet thanks for reporting, I'll look into this |
ICU data was indeed changed for de_AT. It is taken from cldr though, which also has this bit changed. So it looks like it's a bug in CLDR (unless Austria really got rid of the period as a grouping separator). php -r '$f=new NumberFormatter("de_AT", NumberFormatter::DECIMAL); var_dump($f->getSymbol(NumberFormatter::GROUPING_SEPARATOR_SYMBOL));
'
string(2) " " |
fabpot
added a commit
that referenced
this issue
Sep 5, 2016
This PR was merged into the 2.8 branch. Discussion ---------- [Form] Fix intl related failures | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #19854 | License | MIT | Doc PR | - Commits ------- aa3c66e [Form] Fix transformer tests after the ICU update
fabpot
added a commit
that referenced
this issue
Oct 10, 2017
This PR was merged into the 2.7 branch. Discussion ---------- [Form] fix parsing invalid floating point numbers | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #19854, #22586 | License | MIT | Doc PR | Should make AppVeyor builds pass again. Code borrowed from `NumberToLocalizedStringTransformer`. Commits ------- 042eac4 [Form] fix parsing invalid floating point numbers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Strangely these tests fail with 2.8.10, not with 2.8.9.
The text was updated successfully, but these errors were encountered: