tc39 / test262-parser-tests

tests designed for ECMA-262 parsers
53 stars 14 forks source link

"\u{FFFFFFF}" is marked as early instead of fail #15

Open bakkot opened 7 years ago

bakkot commented 7 years ago

This just doesn't match the grammar at all: see https://tc39.github.io/ecma262/#prod-CodePoint

Incorrect tests:

michaelficarra commented 7 years ago

That's because this has changed since the tests were added. It was me actually: https://github.com/tc39/ecma262/pull/773/files#diff-3540caefa502006d8a33cb1385720803L10016