Skip to content

Conversation

@CompuIves
Copy link
Contributor

@CompuIves CompuIves commented Jul 14, 2020

Whenever you have this code:

c = (10.0, + +(15))

astring will convert it to

c = (10.0, ++(15))

which is invalid. This change makes sure it prints correctly.

I'm not sure where I should specify a test for this, any particular place?

@davidbonnet davidbonnet changed the title Fix double UnaryExpression fix: missing space for repeating unary operator Jan 2, 2021
@davidbonnet
Copy link
Owner

Thanks a lot @CompuIves for reporting and fixing this bug.

@davidbonnet davidbonnet merged commit 48e8a2e into davidbonnet:master Jan 2, 2021
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

Successfully merging this pull request may close these issues.

2 participants