summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/if/unbalanced-parenthesis-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Simplify RunCMake.{if,while} unbalanced parenthesis casesBrad King2022-03-031-1/+1
|
* Fix: Regression in the `cmConditionEvaluator::HandleLevel0`Alex Turbov2021-08-091-0/+8
As reported in the BUG #22524, mismatched parenthesis reported differently for `while()` and `if()`. The problem was in the double loop (over "handlers" and the arguments), where the outer loop didn't check the result of the running handler.