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

Inconsistent results with parse and parseAsync #19

Closed
rmdort opened this issue Aug 14, 2020 · 2 comments
Closed

Inconsistent results with parse and parseAsync #19

rmdort opened this issue Aug 14, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@rmdort
Copy link
Contributor

rmdort commented Aug 14, 2020

If you run

parser.parse(IF(20 < 0, "yep", "nope")) => nope

With parseAsync

parser.parseAsync(IF(20 < 0, "yep", "nope")) => yep

Any reason this is happening?

@rmdort rmdort changed the title Inconsistent results between parse and parseAsync Inconsistent results with parse and parseAsync Aug 14, 2020
@LesterLyu LesterLyu added the bug Something isn't working label Aug 14, 2020
@LesterLyu
Copy link
Owner

@rmdort
Copy link
Contributor Author

rmdort commented Aug 15, 2020

Thank you.

@rmdort rmdort closed this as completed Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants