From 909cec913edea162a3b2836788228ad45fcab337 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 20 Jul 2024 20:38:32 +0200 Subject: [PATCH] add test to prevent future regressions --- Tests/AbstractAsciiTestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/AbstractAsciiTestCase.php b/Tests/AbstractAsciiTestCase.php index 14727da..d17d186 100644 --- a/Tests/AbstractAsciiTestCase.php +++ b/Tests/AbstractAsciiTestCase.php @@ -1086,6 +1086,7 @@ public static function provideSnake() ['symfonyisgreat', 'SYMFONY IS GREAT'], ['symfonyisgreat', 'SYMFONY _ IS _ GREAT'], ['symfony_isgreat', 'Symfony IS GREAT!'], + ['123_customer_with_special_name', '123-customer,with/special#name'], ]; }