Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dd83a2c

Browse filesBrowse files
committed
add test to prevent future regressions
1 parent b98fcaa commit dd83a2c
Copy full SHA for dd83a2c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/String/Tests/AbstractAsciiTestCase.php
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.