aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog2
-rwxr-xr-xtest/indent/shell.sh8
2 files changed, 10 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index ce7e2f02284..f82a395e548 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,5 +1,7 @@
12012-07-17 Stefan Monnier <monnier@iro.umontreal.ca> 12012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * indent/shell.sh: Add test case for ${#VAR}.
4
3 * indent/latex-mode.tex: New file. 5 * indent/latex-mode.tex: New file.
4 6
52012-07-11 Stefan Monnier <monnier@iro.umontreal.ca> 72012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
diff --git a/test/indent/shell.sh b/test/indent/shell.sh
index 26a01dc3bda..957fe74fdee 100755
--- a/test/indent/shell.sh
+++ b/test/indent/shell.sh
@@ -1,9 +1,17 @@
1#!/bin/sh 1#!/bin/sh
2# -*- eval: (bug-reference-mode 1) -*-
2 3
3setlock -n /tmp/getmail.lock && echo getmail isn\'t running 4setlock -n /tmp/getmail.lock && echo getmail isn\'t running
4 5
5# adsgsdg 6# adsgsdg
6 7
8declare -a VERSION
9for i in $(ls "$PREFIX/sbin") ; do
10 echo -e $N')' $i
11 VERSION[${#VERSION[*]}]=$i #bug#11946.
12 N=$(($N + 1))
13done
14
7foo () { 15foo () {
8 16
9 bar () { 17 bar () {