Commit 75d6ba0
committed
minor symfony#51049 [Form] Relax assertions for ICU 72.1 (xabbuh)
This PR was merged into the 5.4 branch.
Discussion
----------
[Form] Relax assertions for ICU 72.1
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets |
| License | MIT
| Doc PR |
> In many formatting patterns, ASCII spaces are replaced with Unicode spaces
> (e.g., a "thin space").
see https://icu.unicode.org/download/72
Commits
-------
658e0bf relax assertions for ICU 72.1File tree
2 files changed
+2
-2
lines changed- src/Symfony/Component/Form/Tests/Extension/Core
- DataTransformer
- Type
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
| 533 | + | |
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
| |||
0 commit comments