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
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
..
Annotation reverted Merge remote branch 'kriswallsmith/kernel/shorter-bundle-names' 2011-04-04 11:10:56 +02:00
Fixtures [Routing] Fixes to handle spaces in route pattern 2012-04-10 17:29:34 +02:00
Generator merged branch ericclemmons/fix-router-generator-empty-query-string (PR #1773) 2011-07-22 22:00:27 +02:00
Loader removed unused use statements 2011-11-24 07:16:14 +01:00
Matcher [Routing] Fixes to handle spaces in route pattern 2012-04-10 17:29:34 +02:00
CompiledRouteTest.php [Routing] simplified route compiler 2011-04-25 12:38:20 +02:00
RouteCollectionTest.php [Routing] fixed route overriden mechanism when using embedded collections (closes #2139) 2011-09-30 12:01:46 +02:00
RouteCompilerTest.php [Routing] Fixes to handle spaces in route pattern 2012-04-10 17:29:34 +02:00
RouteTest.php [Routing] fixed default value for Routes as they can be anything if they don't need to be used as default values for placeholders 2011-07-19 19:18:29 +02:00