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

missing white wpace with not operator wen using toString() #1418

Closed
AlexDmr opened this issue Feb 25, 2019 · 4 comments
Closed

missing white wpace with not operator wen using toString() #1418

AlexDmr opened this issue Feb 25, 2019 · 4 comments

Comments

@AlexDmr
Copy link

AlexDmr commented Feb 25, 2019

Ex:
n = math.parse( "not toto" )
n.toString()

// Return: "nottoto"
// Should return "not toto"

@josdejong
Copy link
Owner

Thanks for reporting @AlexDmr. Let's double check for other named operators too.

Anyone interesting in fixing this issue?

@josdejong
Copy link
Owner

Fixed via d9deed9 (not yet published)

@josdejong
Copy link
Owner

The fix is published now in v5.6.0

@AlexDmr
Copy link
Author

AlexDmr commented Mar 2, 2019

Great :) and thanks for this very useful library !

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

No branches or pull requests

2 participants