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
See comments in set.mm#4521: A malformed $j statement, including a double quote (a doubled single quote(!) as in 'ab''c') leads metamath-knife to panic: https://github.com/metamath/set.mm/actions/runs/12597930645/job/35111826362
$j
'ab''c'
This is due to the unescape_string method of CommandToken.
unescape_string
CommandToken
The text was updated successfully, but these errors were encountered:
Fix for metamath#174, more parser checks and more parser tests
82c9582
Successfully merging a pull request may close this issue.
See comments in set.mm#4521:
A malformed
$j
statement, including a double quote (a doubled single quote(!) as in'ab''c'
) leads metamath-knife to panic:https://github.com/metamath/set.mm/actions/runs/12597930645/job/35111826362
This is due to the
unescape_string
method ofCommandToken
.The text was updated successfully, but these errors were encountered: