File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 2679
2679
"expected_match" : {
2680
2680
"pathname" : { "input" : " /bar.." , "groups" : { "foo" : " bar" } }
2681
2681
}
2682
+ },
2683
+ {
2684
+ "pattern" : [{ "pathname" : " ./foo" }],
2685
+ "inputs" : [{ "pathname" : " ./foo" }],
2686
+ "expected_match" : {
2687
+ "pathname" : { "input" : " ./foo" , "groups" : {}}
2688
+ }
2689
+ },
2690
+ {
2691
+ "pattern" : [{ "pathname" : " ../foo" }],
2692
+ "inputs" : [{ "pathname" : " ../foo" }],
2693
+ "expected_match" : {
2694
+ "pathname" : { "input" : " ../foo" , "groups" : {}}
2695
+ }
2696
+ },
2697
+ {
2698
+ "pattern" : [{ "pathname" : " :foo./" }],
2699
+ "inputs" : [{ "pathname" : " bar./" }],
2700
+ "expected_match" : {
2701
+ "pathname" : { "input" : " bar./" , "groups" : { "foo" : " bar" }}
2702
+ }
2703
+ },
2704
+ {
2705
+ "pattern" : [{ "pathname" : " :foo../" }],
2706
+ "inputs" : [{ "pathname" : " bar../" }],
2707
+ "expected_match" : {
2708
+ "pathname" : { "input" : " bar../" , "groups" : { "foo" : " bar" }}
2709
+ }
2682
2710
}
2683
2711
]
You can’t perform that action at this time.
0 commit comments