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
*Reported by anonymous on 2001-12-10 11:09 UTC When referring to an undeclared definition in a complement expression no error is reported:
%%
r = !{s}
will be accepted, but a NullPointerException is thrown when the dfa is constructed as `s' is not defined.
The text was updated successfully, but these errors were encountered:
Commented by lsf37 on 2001-12-12 17:47 UTC Logged In: YES user_id=93534
I've reproduced the bug; macros containing complement or upto are not checked for definedness before NFA construction.
The bug will be fixed in the next release.
Sorry, something went wrong.
Updated by lsf37 on 2001-12-12 17:47 UTC
Updated by lsf37 on 2004-04-12 12:26 UTC
No branches or pull requests
*Reported by anonymous on 2001-12-10 11:09 UTC
When referring to an undeclared definition in a
complement expression no error is reported:
%%
r = !{s}
%%
will be accepted, but a NullPointerException is thrown
when the dfa is constructed as `s' is not defined.
The text was updated successfully, but these errors were encountered: