-
Notifications
You must be signed in to change notification settings - Fork 0
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
BUG: <foo>[0].<bar> raises ValueError #188
Comments
How would this work? Is this a forall or exists constraint on lowercase letter? |
…aint check. Added support for ".." and "["; improved symbol recognition #188
Fixed in |
Output is |
But this now only checks if any child of |
It's a forall constraint on lowercase letters in the last name. |
Yes, |
Using the
persons.fan
and the constraintstr(<start>[0].<last_name>..<lowercase_letter>) == "c";
raises a ValueError, but this should be valid.The text was updated successfully, but these errors were encountered: