OILS / spec / testdata / module2 / runtime-error.ysh View on Github | oils.pub

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