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

tests: add support for nested %if conditions #11728

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Aug 24, 2023

Provides more flexiblity to test cases.

Also warn and bail out if there is an '%else' or %endif' without a preceeding '%if'.

Ref: #11610

Provides more flexiblity to test cases.

Also warn and bail out if there is an '%else' or %endif' without a
preceeding '%if'.

Ref: #11610
@bagder bagder added the tests label Aug 24, 2023
@bagder bagder closed this in 3d089c4 Aug 25, 2023
@bagder bagder deleted the bagder/tests-nested-conditions branch August 25, 2023 06:25
ptitSeb pushed a commit to wasix-org/curl that referenced this pull request Sep 25, 2023
Provides more flexiblity to test cases.

Also warn and bail out if there is an '%else' or %endif' without a
preceeding '%if'.

Ref: curl#11610
Closes curl#11728
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

1 participant