Skip to content

Commit a39c5b9

Browse files
anonriggithub-actions[bot]
authored andcommitted
test: update web platform tests
1 parent 77b8e56 commit a39c5b9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tests/wpt/urlpatterntestdata.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3118,5 +3118,13 @@
31183118
"expected_match": {
31193119
"hostname": { "input": "localhost", "groups": { "domain" : "localhost"} }
31203120
}
3121+
},
3122+
{
3123+
"pattern": ["((?R)):"],
3124+
"expected_obj": "error"
3125+
},
3126+
{
3127+
"pattern": ["(\\H):"],
3128+
"expected_obj": "error"
31213129
}
31223130
]

0 commit comments

Comments
 (0)