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

12 wiersze
135 B
Bash
Czysty Zwykły widok Historia

2015-02-10 19:41:24 +00:00
foo() {
echo foo
}
bar() {
echo bar
}
# This file has a syntax error at the end
if true; then
echo "dude, where's my fi?"