File tree Expand file tree Collapse file tree 12 files changed +16
-14
lines changed
Bundle/FrameworkBundle/Tests/Fixtures/Descriptor Expand file tree Collapse file tree 12 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 22 "path" : " \/ hello\/ {name}" ,
33 "pathRegex" : " #^\/ hello(?:\/ (?P<name>[a-z]+))?$#s" ,
44 "host" : " localhost" ,
5- "hostRegex" : " #^localhost$#si " ,
5+ "hostRegex" : " #^localhost$#s " ,
66 "scheme" : " http|https" ,
77 "method" : " GET|HEAD" ,
88 "class" : " Symfony\\ Component\\ Routing\\ Route" ,
Original file line number Diff line number Diff line change 11- Path: /hello/{name}
22- Path Regex: #^/hello(?:/(?P<name >[ a-z] +))?$#s
33- Host: localhost
4- - Host Regex: #^localhost$#si
4+ - Host Regex: #^localhost$#s
55- Scheme: http|https
66- Method: GET|HEAD
77- Class: Symfony\Component\Routing\Route
Original file line number Diff line number Diff line change 11<comment>Path</comment> /hello/{name}
22<comment>Path Regex</comment> #^/hello(?:/(?P<name>[a-z]+))?$#s
33<comment>Host</comment> localhost
4- <comment>Host Regex</comment> #^localhost$#si
4+ <comment>Host Regex</comment> #^localhost$#s
55<comment>Scheme</comment> http|https
66<comment>Method</comment> GET|HEAD
77<comment>Class</comment> Symfony\Component\Routing\Route
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<route class =" Symfony\Component\Routing\Route" >
33 <path regex =" #^/hello(?:/(?P< name> [a-z]+))?$#s" >/hello/{name}</path >
4- <host regex =" #^localhost$#si " >localhost</host >
4+ <host regex =" #^localhost$#s " >localhost</host >
55 <scheme >http</scheme >
66 <scheme >https</scheme >
77 <method >GET</method >
Original file line number Diff line number Diff line change 22 "path" : " \/ name\/ add" ,
33 "pathRegex" : " #^\/ name\/ add$#s" ,
44 "host" : " localhost" ,
5- "hostRegex" : " #^localhost$#si " ,
5+ "hostRegex" : " #^localhost$#s " ,
66 "scheme" : " http|https" ,
77 "method" : " PUT|POST" ,
88 "class" : " Symfony\\ Component\\ Routing\\ Route" ,
Original file line number Diff line number Diff line change 11- Path: /name/add
22- Path Regex: #^/name/add$#s
33- Host: localhost
4- - Host Regex: #^localhost$#si
4+ - Host Regex: #^localhost$#s
55- Scheme: http|https
66- Method: PUT|POST
77- Class: Symfony\Component\Routing\Route
Original file line number Diff line number Diff line change 11<comment>Path</comment> /name/add
22<comment>Path Regex</comment> #^/name/add$#s
33<comment>Host</comment> localhost
4- <comment>Host Regex</comment> #^localhost$#si
4+ <comment>Host Regex</comment> #^localhost$#s
55<comment>Scheme</comment> http|https
66<comment>Method</comment> PUT|POST
77<comment>Class</comment> Symfony\Component\Routing\Route
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<route class =" Symfony\Component\Routing\Route" >
33 <path regex =" #^/name/add$#s" >/name/add</path >
4- <host regex =" #^localhost$#si " >localhost</host >
4+ <host regex =" #^localhost$#s " >localhost</host >
55 <scheme >http</scheme >
66 <scheme >https</scheme >
77 <method >PUT</method >
Original file line number Diff line number Diff line change 33 "path" : " \/ hello\/ {name}" ,
44 "pathRegex" : " #^\/ hello(?:\/ (?P<name>[a-z]+))?$#s" ,
55 "host" : " localhost" ,
6- "hostRegex" : " #^localhost$#si " ,
6+ "hostRegex" : " #^localhost$#s " ,
77 "scheme" : " http|https" ,
88 "method" : " GET|HEAD" ,
99 "class" : " Symfony\\ Component\\ Routing\\ Route" ,
2323 "path" : " \/ name\/ add" ,
2424 "pathRegex" : " #^\/ name\/ add$#s" ,
2525 "host" : " localhost" ,
26- "hostRegex" : " #^localhost$#si " ,
26+ "hostRegex" : " #^localhost$#s " ,
2727 "scheme" : " http|https" ,
2828 "method" : " PUT|POST" ,
2929 "class" : " Symfony\\ Component\\ Routing\\ Route" ,
Original file line number Diff line number Diff line change 44- Path: /hello/{name}
55- Path Regex: #^/hello(?:/(?P<name >[ a-z] +))?$#s
66- Host: localhost
7- - Host Regex: #^localhost$#si
7+ - Host Regex: #^localhost$#s
88- Scheme: http|https
99- Method: GET|HEAD
1010- Class: Symfony\Component\Routing\Route
@@ -24,7 +24,7 @@ route_2
2424- Path: /name/add
2525- Path Regex: #^/name/add$#s
2626- Host: localhost
27- - Host Regex: #^localhost$#si
27+ - Host Regex: #^localhost$#s
2828- Scheme: http|https
2929- Method: PUT|POST
3030- Class: Symfony\Component\Routing\Route
You can’t perform that action at this time.
0 commit comments