8000 minor #57789 [String] add test to prevent future regressions (xabbuh) · symfony/symfony@b39ac01 · GitHub
[go: up one dir, main page]

Skip to content

Commit b39ac01

Browse files
committed
minor #57789 [String] add test to prevent future regressions (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [String] add test to prevent future regressions | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix #57782 | License | MIT Commits ------- dd83a2c a 8000 dd test to prevent future regressions
2 parents b98fcaa + dd83a2c commit b39ac01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/String/Tests/AbstractAsciiTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,7 @@ public static function provideSnake()
10861086
['symfonyisgreat', 'SYMFONY IS GREAT'],
10871087
['symfonyisgreat', 'SYMFONY _ IS _ GREAT'],
10881088
['symfony_isgreat', 'Symfony IS GREAT!'],
1089+
['123_customer_with_special_name', '123-customer,with/special#name'],
10891090
];
10901091
}
10911092

0 commit comments

Comments
 (0)
0