LegacyOctals should not allow bigint `n` suffix >>> 0008n => Should SyntaxError >>> 0o008n => Should SyntaxError >>> 0001n => Should SyntaxError >>> 0o0001n => Should work Currently they all produce numbers in JavaScriptCore. test262: test/language/literals/bigint/non-octal-like-invalid-0008n.js
I'm confused; this is working to spec as of r247845 -- do you have an old build lingering around?
(In reply to Ross Kirsling from comment #1) > I'm confused; this is working to spec as of r247845 -- do you have an old > build lingering around? Yes! I was running an out of date version. Closing, thanks!