We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Code example
Expression e1 = new Expression("2+3"); Expression e2 = new Expression3+4"); e1.checkSyntax(); e2.checkSyntax(); System.out.println("----- START"); System.out.println(e1.getErrorMessage()); System.out.println(e2.getErrorMessage()); System.out.println("----- END");
Code result:
----- START [2+3] checking ... [2+3] no errors. [3+4] checking ... [3+4] no errors. ----- END
Should be:
The text was updated successfully, but these errors were encountered:
b053e16
Fixed :-)
Sorry, something went wrong.
No branches or pull requests
Code example
Code result:
Should be:
The text was updated successfully, but these errors were encountered: