We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b391033 commit c9e2576Copy full SHA for c9e2576
tests/wpt/urlpatterntestdata.json
@@ -2593,16 +2593,6 @@
2593
"pathname": { "input": "foobar", "groups": { "foo": "foo" }}
2594
}
2595
},
2596
- {
2597
- "pattern": [{ "pathname": "*{}**?" }],
2598
- "inputs": [{ "pathname": "foobar" }],
2599
- "expected_obj": {
2600
- "pathname": "*(.*)?"
2601
- },
2602
- "expected_match": {
2603
- "pathname": { "input": "foobar", "groups": { "0": "foobar" }}
2604
- }
2605
2606
{
2607
"pattern": [{ "pathname": ":foo(baz)(.*)" }],
2608
"inputs": [{ "pathname": "bazbar" }],
@@ -2808,4 +2798,4 @@
2808
2798
"hash": { "input": "foo", "groups": {} }
2809
2799
2810
2800
2811
-]
2801
+]
0 commit comments