Skip to content
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

Bug: Numeric literal with numeric literal separator doesn't handle method call correctly #5427

Closed
STRd6 opened this issue Oct 13, 2022 · 0 comments
Labels

Comments

@STRd6
Copy link
Contributor

STRd6 commented Oct 13, 2022

Input Code

1_000.toString()

Expected Behavior

1_000..toString()

Current Behavior

1_000.toString()
  • CoffeeScript version: 2.7.0
STRd6 added a commit to STRd6/coffeescript that referenced this issue Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants