blob: 4730a86ed24bd2c38ee18e830e135b524e9dea54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
-- 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 >>>
|