core/plugins/c9.fs/mock/test_broken.sh
2016-06-26 13:53:19 +02: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?"