summaryrefslogtreecommitdiff
path: root/test/asset/output/flush.et
blob: 0051dfd17cbb2a052753f3924e03843c5524642d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
test Test:
    node n
    shell on n as p:
        echo a
        echo b
        echo c
        echo d
        echo e
    with p:
        expect /e/
        flush matching /[b-z]/
        expect /.*/
        expect /.*/ timeout 0.0