summaryrefslogtreecommitdiff
path: root/test/script/list.et
blob: 8dcb4a81d5e0659921ff2b37ea8e909bc81a23cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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")