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

Float doesn't support negative exponent #1304

Open
eed3si9n opened this issue Oct 30, 2024 · 0 comments
Open

Float doesn't support negative exponent #1304

eed3si9n opened this issue Oct 30, 2024 · 0 comments

Comments

@eed3si9n
Copy link

steps

foo = 3.14e-10

problem

This currently formats as

foo = 3.14e - 10

This fails to parse.

expectation

I expect the format to remain the same:

foo = 3.14e-10

notes

#858 added float support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant