c9-core/plugins/c9.fs/mock/test_broken.sh

12 wiersze
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?"