OILS / spec / testdata / module2 / runtime-error.ysh View on Github | oilshell.org

5 lines, 3 significant
1
2
3echo 'runtime-error before'
4false
5echo 'runtime-error after'