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

[Backport 1.14] Parse unary-tests expression with boolean and conjunction/disjunction #438

Merged
merged 4 commits into from
Jun 29, 2022

Conversation

github-actions[bot]
Copy link

Description

Backport of #435 to 1.14.

relates to #429

* a unary-tests expression with a boolean literal and a conjunction/disjunction failed to parse
* the parser expected no other chars (EOF) after the boolean literal was accepted
* adjust the parser to accept the boolean literal only at the end of the expression (EOF)

(cherry picked from commit 7ef5c55)
(cherry picked from commit 7839449)
(cherry picked from commit 247b8b3)
Copy link
Member

@saig0 saig0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@saig0 saig0 merged commit 7f66279 into 1.14 Jun 29, 2022
@saig0 saig0 deleted the backport-435-to-1.14 branch June 29, 2022 03:38
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

1 participant