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-ZIP_LISTS-test-stdo...

20 lines
522 B

-- foreach\(IN ZIP_LISTS\):
-- <<< empty lists case >>>
-- Begin output
-- --> empty-output <--
-- End output
-- <<< same lengths lists case >>>
-- Begin output
-- | one, satu, raz
-- | two, dua, dva
-- | three, tiga, tri
-- End output
-- <<< different lengths lists case >>>
-- Begin output
-- | one, satu, raz
-- | two, dua, dva
-- | three, tiga, tri
-- | \[undefined\], empat, \[undefined\]
-- End output
-- <<< test variable value restored -- PASSED >>>