]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: add support for nested %if conditions
authorDaniel Stenberg <daniel@haxx.se>
Thu, 24 Aug 2023 21:51:24 +0000 (23:51 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 25 Aug 2023 06:25:25 +0000 (08:25 +0200)
commit3d089c41ea9c0d7a4798e602b010b324c2b5b893
tree38b410304ea063ddb77fe621fc1d330bd7e417b6
parentbb65f73b5d3c58d104e638d061cd4ca9ae7a6715
tests: add support for nested %if conditions

Provides more flexiblity to test cases.

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

Ref: #11610
Closes #11728
tests/FILEFORMAT.md
tests/runner.pm