diff options
Diffstat (limited to 'test/lisp/progmodes/sh-script-resources')
-rw-r--r-- | test/lisp/progmodes/sh-script-resources/sh-indents.erts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/lisp/progmodes/sh-script-resources/sh-indents.erts b/test/lisp/progmodes/sh-script-resources/sh-indents.erts index 1f92610b3aa..36f4e4c22ab 100644 --- a/test/lisp/progmodes/sh-script-resources/sh-indents.erts +++ b/test/lisp/progmodes/sh-script-resources/sh-indents.erts @@ -38,3 +38,10 @@ if test ;then fi other =-=-= + +Name: sh-indents5 + +=-= +for i do echo 1; done +for i; do echo 1; done +=-=-= |