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 e2c6c2c commit 4de8b48Copy full SHA for 4de8b48
Cargo.toml
@@ -8,7 +8,7 @@ repository = "https://github.com/denoland/rust-urlpattern"
8
license = "MIT"
9
10
[dependencies]
11
-url = "2.4.1"
+url = "2.4.1" # WIP, will update to latest URL version once available
12
regex = "1.10.5"
13
serde = { version = "1.0.127", features = ["derive"] }
14
unic-ucd-ident = { version = "0.9.0", features = ["id"] }
src/testdata/urlpatterntestdata.json
@@ -2452,7 +2452,6 @@
2452
"expected_obj": "error"
2453
},
2454
{
2455
- "skip": "likely a bug in rust-url",
2456
"pattern": [{ "hostname": "bad\\:hostname" }],
2457
2458
0 commit comments