summaryrefslogtreecommitdiff
path: root/test/asset/output/ignore.et
blob: cc70e3bf0cde19e4da0be11f2c1e2f91acb2e2d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
test Test:
    node n
    shell on n as p:
        echo a
        echo b
        echo c
        echo d
        grep -q .
        echo e
        echo F
        echo g
        echo H
    with p:
        expect /d/
        ignore matching /[b-z]/
        send "x"
        expect /.*/
        expect /H/
        expect /F/
        expect /.*/ timeout 0.0