Skip to content

Commit

Permalink
Add regression test for PR wryun#119
Browse files Browse the repository at this point in the history
  • Loading branch information
jpco committed Sep 25, 2024
1 parent e3d38b9 commit 58b616c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/tests/option.es
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ EOF
rm -f $temp
}
# TODO: test #119
let (output = ()) {
local (fn %batch-loop {false; $&batchloop $*})
output = `` \n {$es -ec 'echo okay'}
assert {~ $output 'okay'} es -e does not stop execution outside of %dispatch
}
}
test 'es -p' {
Expand Down

0 comments on commit 58b616c

Please sign in to comment.