diff options
Diffstat (limited to 'test/asset/output/flush.et')
| -rw-r--r-- | test/asset/output/flush.et | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/asset/output/flush.et b/test/asset/output/flush.et new file mode 100644 index 0000000..0051dfd --- /dev/null +++ b/test/asset/output/flush.et @@ -0,0 +1,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 |