Lines Matching refs:abc
68 if [[ ${string1%+(abc)} != "$base/abcabc" ]]
69 then err_exit "string1%+(abc)"
71 if [[ ${string1%%+(abc)} != "$base/" ]]
72 then err_exit "string1%%+(abc)"
101 foo=abc
102 if [[ ${foo#a[b*} != abc ]]
103 then err_exit "abc#a[b*} != abc"
105 if [[ ${foo//[0-9]/bar} != abc ]]
108 foo='(abc)'
109 if [[ ${foo#'('} != 'abc)' ]]
110 then err_exit "(abc)#( != abc)"
112 if [[ ${foo%')'} != '(abc' ]]
113 then err_exit "(abc)%) != (abc"
119 if [[ ${foo//[0-9]/""} != abc ]]
170 if [[ ${xx//%28/abc\)} != 'abc)text%29' ]]
171 then err_exit '${xx//%28/abc\)} not working'
253 var='abc_d2ef.462abc %%'
254 if [[ ${var/+(\w)/Q} != 'Q.462abc %%' ]]
278 a='\[abc @(*) def\]'
279 b='[abc 123 def]'