summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/foreach/foreach-all-test-stdout.txt
Commit message (Collapse)AuthorAgeFilesLines
* Refactor: Modernize `foreach` code and fix some bugsAlex Turbov2019-11-061-0/+44
- fix the typo in `foreach` documentation - fix broken `foreach(... IN ITEMS ... LISTS ...)` - add tests of `foreach` for existed functionality and fixes