-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests for BigInt disallowed in LegacyOctalLike and NonOctal literals #2253
Conversation
|
||
$DONOTEVALUATE(); | ||
|
||
08n; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given the filename, this should perhaps be 09n
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM otherwise. 👍
@@ -0,0 +1,28 @@ | |||
// Copyright (C) 2017 Robin Templeton. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this header correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I copy and paste the files structure usually from the same folder. I changed this file but somehow forgot to save it. Thanks!
Thanks @rkirsling, @bakkot, @devsnek, and @caiolima for the reviews! |
I merged it too early. The non octal parts need consensus from TC39. I'll hold on reverting as the meeting starts tomorrow, let's see what should be done to fix this here. |
For posterity: the change to the proposal got consensus, so these tests need not be reverted. |
Ref tc39/proposal-bigint#208
cc @rkirsling