diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/indent/shell.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/indent/shell.sh b/test/indent/shell.sh index 0636e62a062..6f3447c3aa9 100755 --- a/test/indent/shell.sh +++ b/test/indent/shell.sh @@ -9,6 +9,11 @@ echo -n $(( 5 << 2 )) # This should not be treated as a heredoc (bug#12770). 2 +foo='bar<<' # bug#11263 +echo ${foo%<<aa} # bug#11263 +echo $((1<<8)) # bug#11263 +echo $[1<<8] # bug#11263 + declare -a VERSION for i in $(ls "$PREFIX/sbin") ; do echo -e $N')' $i |