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
Below script execution is failing
function preProcessor() { serviceInputParams.put("inputparam", " for "); } preProcessor();
Error : JavaScript. Cause: No block braces after function|for|while|do. Found [for ");\n} \npreProcessor();
Looks like "for" keyword is identified even it is code.
The text was updated successfully, but these errors were encountered:
Fixing issue #47. Won't fail on for|while|do in Strings anymore.
5a28858
Thank you for reporting this issue!
This has been fixed in is included in the latest version 0.1.13 - which has just been uploaded to Maven Central. Does this fix your issue?
Sorry, something went wrong.
Fix is working for me, so closing the issue.
No branches or pull requests
Below script execution is failing
function preProcessor()
{
serviceInputParams.put("inputparam", " for ");
}
preProcessor();
Error :
JavaScript. Cause: No block braces after function|for|while|do. Found [for ");\n}
\npreProcessor();
Looks like "for" keyword is identified even it is code.
The text was updated successfully, but these errors were encountered: