summaryrefslogtreecommitdiff
path: root/test/manual/indent/shell.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/manual/indent/shell.sh')
-rwxr-xr-xtest/manual/indent/shell.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/manual/indent/shell.sh b/test/manual/indent/shell.sh
index bd4a74f7054..42a981d312e 100755
--- a/test/manual/indent/shell.sh
+++ b/test/manual/indent/shell.sh
@@ -140,6 +140,7 @@ foo () {
5) hello ;;
4) hello ;&
4) hello ;;&
+ 4) hello ;|
5) hello ;;
5) hello ;;
esac
@@ -188,3 +189,10 @@ bar () {
fi
}
+
+case $i { # Bug#55764
+ *pattern)
+ (cd .; echo hi);
+ do1 ;;
+ *pattern2) do2 ;;
+}