mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 13:34:38 +02:00
x
This commit is contained in:
parent
2c23196994
commit
45f666db33
@ -27,6 +27,6 @@
|
||||
"test:diff:xs": "test262-harness -t 8 --hostType=xs --hostPath=xs $(npm run --silent diff)"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tc39/ecma262-biblio": "^2.1.2458"
|
||||
"@tc39/ecma262-biblio": "^2.1.2897"
|
||||
}
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ class CheckEsid(Check):
|
||||
# https://url.spec.whatwg.org/#fragment-state
|
||||
# However, that must also include "%"
|
||||
self.esidRegex = re.compile(
|
||||
u"^[a-z0-9!$%&'()*+,\-./:;=?@_~\u00a0-\U0010fffd]+$", re.IGNORECASE
|
||||
u"^[a-z0-9!$%&'()*+,\\-./:;=?@_~\u00a0-\U0010fffd]+$", re.IGNORECASE
|
||||
)
|
||||
|
||||
def run(self, name, meta, source):
|
||||
|
Loading…
x
Reference in New Issue
Block a user