summaryrefslogtreecommitdiff
path: root/test/asset
diff options
context:
space:
mode:
Diffstat (limited to 'test/asset')
-rw-r--r--test/asset/list/concat.et8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/asset/list/concat.et b/test/asset/list/concat.et
index 613df57..c669a78 100644
--- a/test/asset/list/concat.et
+++ b/test/asset/list/concat.et
@@ -28,3 +28,11 @@ test Test:
local:
shell on n:
echo "c3-end"
+
+ let c4 = list1 ++ list2 ++ [ 6, 5 ] ++ list2
+ for i in c4:
+ shell on n:
+ echo "c4 $i"
+ local:
+ shell on n:
+ echo "c4-end"