Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd83a2c

Browse files
committed
add test to prevent future regressions
1 parent b98fcaa commit dd83a2c

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)