This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/Routing/Matcher/Dumper
Victor Berchet 6465a6987a [Routing] Fixes to handle spaces in route pattern
- The route compiler does not add extra space or line-feed,
- The generated regex does not use the 'x' modified any more,
- The PHP and apache matchers do not need to strip any chars (vs space and line feed before),
- The space characters are escaped according to the apache format
2012-04-10 17:29:34 +02:00
..
ApacheMatcherDumperTest.php [Routing] Fixes to handle spaces in route pattern 2012-04-10 17:29:34 +02:00
PhpMatcherDumperTest.php [Routing] Fixes to handle spaces in route pattern 2012-04-10 17:29:34 +02:00