summaryrefslogtreecommitdiff
path: root/test/asset/run-fail/command-ignore.et
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-04-19 21:02:51 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-04-24 21:25:40 +0200
commitd361b5cb163316d4e0c56cab30301e18b548afff (patch)
tree8ec62317b6b65ae02b023feb4a4ddd4cfa8e2caa /test/asset/run-fail/command-ignore.et
parent27462e02fd6a558ef5b96441d9977a221d5ffe66 (diff)
Arbitrary expressions as variable valuesHEADmaster
Diffstat (limited to 'test/asset/run-fail/command-ignore.et')
-rw-r--r--test/asset/run-fail/command-ignore.et13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/asset/run-fail/command-ignore.et b/test/asset/run-fail/command-ignore.et
new file mode 100644
index 0000000..9622782
--- /dev/null
+++ b/test/asset/run-fail/command-ignore.et
@@ -0,0 +1,13 @@
+test Test:
+ node n
+ shell on n as p:
+ cat
+
+ send "a" to p
+ send "b" to p
+ send "x" to p
+ expect /x/ from p
+ ignore from p
+
+ multiply_timeout by 0.0
+ expect /.*/ from p