diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/indent/shell.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/indent/shell.sh b/test/indent/shell.sh index 790656501d1..e402398b996 100755 --- a/test/indent/shell.sh +++ b/test/indent/shell.sh | |||
| @@ -5,6 +5,12 @@ setlock -n /tmp/getmail.lock && echo getmail isn\'t running | |||
| 5 | 5 | ||
| 6 | # adsgsdg | 6 | # adsgsdg |
| 7 | 7 | ||
| 8 | if foo; then | ||
| 9 | if bar; then | ||
| 10 | toto | ||
| 11 | fi | ||
| 12 | fi # bug#15613 | ||
| 13 | |||
| 8 | case $X in | 14 | case $X in |
| 9 | foo) | 15 | foo) |
| 10 | do_something | 16 | do_something |