This commit is contained in:
Ms2ger 2022-12-02 16:49:44 +01:00
parent 8496a8831c
commit 2c23196994
2 changed files with 4 additions and 0 deletions

View File

@ -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"
}
}

View File

@ -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)