diff options
Diffstat (limited to 'test/script/list.et')
| -rw-r--r-- | test/script/list.et | 16 |
1 files changed, 16 insertions, 0 deletions
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") |