aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJoakim Verona2013-01-05 00:04:41 +0100
committerJoakim Verona2013-01-05 00:04:41 +0100
commitb18e01b65e651d3b626b4edcaaa2aa636fe25b69 (patch)
tree2832e227a4c45d3a4d423f972df29fb7f8616b14 /test
parent55b74b54b179f340bdb311070273f26da3fbd0c9 (diff)
parent1bd71e9fe16541bc48868a00ff372018961380b0 (diff)
downloademacs-b18e01b65e651d3b626b4edcaaa2aa636fe25b69.tar.gz
emacs-b18e01b65e651d3b626b4edcaaa2aa636fe25b69.zip
auto upstream
Diffstat (limited to 'test')
-rwxr-xr-xtest/indent/shell.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/indent/shell.sh b/test/indent/shell.sh
index 6f3447c3aa9..790656501d1 100755
--- a/test/indent/shell.sh
+++ b/test/indent/shell.sh
@@ -5,6 +5,18 @@ setlock -n /tmp/getmail.lock && echo getmail isn\'t running
5 5
6# adsgsdg 6# adsgsdg
7 7
8case $X in
9 foo)
10 do_something
11 ;;
12 arg=*) # bug#12953
13 do_something_else_based_on_arg
14 ;;
15 *)
16 default
17 ;;
18esac
19
8echo -n $(( 5 << 2 )) 20echo -n $(( 5 << 2 ))
9# This should not be treated as a heredoc (bug#12770). 21# This should not be treated as a heredoc (bug#12770).
102 222