From d41cc2a1cdf9fc7a9d5781779363b9bb3eb82c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 25 Apr 2026 13:46:40 +0200 Subject: Concat builtin function Changelog: Added `concat` function for lists --- test/script/list.et | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/script/list.et (limited to 'test/script') diff --git a/test/script/list.et b/test/script/list.et new file mode 100644 index 0000000..8dcb4a8 --- /dev/null +++ b/test/script/list.et @@ -0,0 +1,16 @@ +module list + +asset scripts: + path: ../asset/list + + +test ListConcat: + spawn as p + with p: + send "load ${scripts.path}/concat.et" + expect /load-done/ + + send "run Test" + local: + expect /(run-.*)/ capture done + guard (done == "run-done") -- cgit v1.2.3