From ea8109cef731b2c876b9effa759763bf59d878aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Wed, 14 Jan 2026 19:11:16 +0100 Subject: Mark ignored output lines Changelog: Mark flushed or ignored output lines --- test/asset/output/ignore.et | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/asset/output/ignore.et (limited to 'test/asset/output/ignore.et') diff --git a/test/asset/output/ignore.et b/test/asset/output/ignore.et new file mode 100644 index 0000000..cc70e3b --- /dev/null +++ b/test/asset/output/ignore.et @@ -0,0 +1,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 -- cgit v1.2.3