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

unmatched text in input should give the user an error #64

Open
jshook opened this issue Nov 25, 2019 · 0 comments
Open

unmatched text in input should give the user an error #64

jshook opened this issue Nov 25, 2019 · 0 comments
Labels

Comments

@jshook
Copy link
Member

jshook commented Nov 25, 2019

When a recipe like this:

NumberNameToString(); Save('c'); (Load('c') == 'null' ? '', Load('c')); DateTimeParser('yyyy-MM-dd HH:mm:ss.SSSSSSZ');
``` is used, the portion following the `(...)` is unmatched, but it is not thrown as an error.
Either embedded MVEL syntax needs to be supported, or there needs to be an error indicating that the input was not matched for syntax parsing.



@jshook jshook added the bug label Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant