2 # -*- eval: (bug-reference-mode 1) -*-
4 setlock
-n /tmp
/getmail.lock
&& echo getmail isn
\'t running
6 toto
=$
(grep hello foo |
22 do_something_else_based_on_arg
39 for foo
in bar
; do # bug#17721
47 for foo
in bar
; do # bug#17896
48 [ -e $foo ] && [ -e $bar ] && {
53 filter_3
() # bug#17842
55 tr -d '"`' |
tr ' ' ' ' | \
56 awk -F\
; -f filter.
awk | \
57 grep -v "^," |
sort -t, -k2,2
64 grep -e "^$userregexp:" /etc
/passwd | cut
-d : -f 1 |
while read user
; do
65 print
-u2 "user=$user" # bug#18031
66 sudo
-U $user -ll |
while read line
; do
72 # This should not be treated as a heredoc (bug#12770).
75 foo
='bar<<' # bug#11263
76 echo ${foo%<<aa} # bug#11263
77 echo $
((1<<8)) # bug#11263
78 echo $[1<<8] # bug#11263
81 for i in $(ls "$PREFIX/sbin") ; do
83 VERSION[${#VERSION[*]}]=$i # bug#11946.
94 in a) hello # KNOWN INDENT BUG
95 ;; b) hi # KNOWN INDENT BUG
96 ;; c) hi # KNOWN INDENT BUG
100 a) echo 1;; b) echo 2;;
107 case $as_nl`(ac_space=' '; set) 2>&1` in #(
108 *${as_nl}ac_space=\ *)
109 # `set' does not quote correctly, so add quotes: double-quote
110 # substitution turns \\\\ into \\, and sed turns \\ into \.
113 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=/\\1=''/p"
116 # `set' quotes correctly as required by POSIX, so do not add
118 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
121 grep '.' | # KNOWN INDENT BUG
125 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
126 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* \
127 | --exec=* | --exe=* | --ex=*)
128 exec_prefix=$ac_optarg ;;
132 echo esac ;; # KNOWN INDENT BUG
145 sadfsafd "KNOWN INDENT BUG" \
148 This is a test case for a bug in bash shell mode text highlighting
151 cat <<EOF1 <<EOF2 # KNOWN INDENT BUG
158 if [ $# -eq 0 ]; then
164 echo "Highlighting is screwed up now"