mirror of
https://github.com/tc39/test262.git
synced 2025-07-20 04:24:40 +02:00
x
This commit is contained in:
parent
8496a8831c
commit
2c23196994
@ -25,5 +25,8 @@
|
||||
"test:diff:spidermonkey": "test262-harness -t 8 --hostType=jsshell --hostPath=spidermonkey $(npm run --silent diff)",
|
||||
"test:diff:javascriptcore": "test262-harness -t 8 --hostType=jsc --hostPath=javascriptcore $(npm run --silent diff)",
|
||||
"test:diff:xs": "test262-harness -t 8 --hostType=xs --hostPath=xs $(npm run --silent diff)"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tc39/ecma262-biblio": "^2.1.2458"
|
||||
}
|
||||
}
|
||||
|
@ -30,6 +30,7 @@ class CheckEsidValid(Check):
|
||||
return
|
||||
|
||||
if id.lower() in self.ids:
|
||||
print("XXXX %s" % (id,))
|
||||
return 'The `%s` tag should be in lower case: %s' % (key, id)
|
||||
|
||||
return 'The `%s` tag is unknown: %s' % (key, id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user