File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 11151115 "hostname" : { "input" : " xn--caf-dma.com" , "groups" : {}}
11161116 }
11171117 },
1118+ {
1119+ "pattern" : [{"pathname" :" :a\uDB40\uDD00 b" }],
1120+ "inputs" : [],
1121+ "expected_obj" : {
1122+ "pathname" : " :a\uDB40\uDD00 b"
1123+ },
1124+ "expected_match" : null
1125+ },
1126+ {
1127+ "pattern" : [{"pathname" :" test/:a\uD801\uDC50 b" }],
1128+ "inputs" : [{"pathname" :" test/foo" }],
1129+ "expected_obj" : {
1130+ "pathname" : " test/:a\uD801\uDC50 b"
1131+ },
1132+ "expected_match" : {
1133+ "pathname" : { "input" : " test/foo" , "groups" : { "a\uD801\uDC50 b" : " foo" }}
1134+ }
1135+ },
1136+ {
1137+ "pattern" : [{"pathname" :" :\uD83D\uDEB2 " }],
1138+ "expected_obj" : " error"
1139+ },
11181140 {
11191141 "pattern" : [{ "port" : " " }],
11201142 "inputs" : [{ "protocol" : " http" , "port" : " 80" }],
28242846 "search" : { "input" : " q=*&v=?&hmm={}&umm=()" , "groups" : {} },
28252847 "hash" : { "input" : " foo" , "groups" : {} }
28262848 }
2849+ },
2850+ {
2851+ "pattern" : [{ "pathname" : " /([[a-z]--a])" }],
2852+ "inputs" : [{ "pathname" : " /a" }],
2853+ "expected_match" : null
28272854 }
28282855]
You can’t perform that action at this time.
0 commit comments