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

Non-breaking space is not recognized as whitespace character #56

Open
rholek opened this issue Jun 28, 2022 · 2 comments
Open

Non-breaking space is not recognized as whitespace character #56

rholek opened this issue Jun 28, 2022 · 2 comments
Labels
bug needs author feedback Needs feedback from the author to be closed or worked on.

Comments

@rholek
Copy link
Contributor

rholek commented Jun 28, 2022

Using non-breaking space in formula results in error.

Running
new Expression("2 * 3").Evaluate();
results in expression
Antlr.Runtime.NoViableAltException: 'A recognition error occurred.'

@gumbarros
Copy link
Member

I think this is expected behavior from Antlr

@gumbarros gumbarros added needs author feedback Needs feedback from the author to be closed or worked on. and removed help wanted labels May 6, 2024
@gumbarros
Copy link
Member

@rholek

image

Everything work fine without changes at the latest version, can you confirm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs author feedback Needs feedback from the author to be closed or worked on.
Projects
None yet
Development

No branches or pull requests

2 participants