You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmake/Tests/RunCMake/foreach/foreach-all-test-stdout.txt

45 lines
628 B

-- foreach\(RANGE\):
-- \[0\.\.1\]/1
-- < 0
-- < 1
-- \[1\.\.1\]/1
-- < 1
-- \[0\.\.10\]/2
-- < 0
-- < 2
-- < 4
-- < 6
-- < 8
-- < 10
-- \[-10\.\.0\]/3
-- < -10
-- < -7
-- < -4
-- < -1
-- \[0\.\.-10\]/-5
-- < 0
-- < -5
-- < -10
-- foreach\(IN ITEMS\):
-- < one
-- < two
-- < three
-- foreach\(IN LISTS\):
-- < satu
-- < dua
-- < tiga
-- foreach\(IN LISTS and ITEMS\):
-- < satu
-- < dua
-- < tiga
-- < one
-- < two
-- < three
-- foreach\(IN ITEMS and LISTS\):
-- < one
-- < two
-- < three
-- < satu
-- < dua
-- < tiga