core/plugins/c9.fs/mock/test_broken.sh
2015-02-10 23:41:24 +04:00

12 lines
135 B
Bash

foo() {
echo foo
}
bar() {
echo bar
}
# This file has a syntax error at the end
if true; then
echo "dude, where's my fi?"