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

Fixed parsing of | and \ #6975

Merged
merged 11 commits into from
Oct 30, 2023
Merged

Fixed parsing of | and \ #6975

merged 11 commits into from
Oct 30, 2023

Conversation

CEisenhofer
Copy link
Collaborator

The \ does not only escape the | but also counts itself as a character of the name. Also, \ does not escape \

e.g.,
In SMT-LIB input ||| becomes |||
|| becomes |\|
||| becomes |\|
...

@NikolajBjorner NikolajBjorner merged commit 996b844 into Z3Prover:master Oct 30, 2023
21 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants