Lines Matching refs:foo
99 set -- ${x+foo bar bam}
103 set -- ${x+foo "bar bam"}
107 set -- ${x+foo 'bar bam'}
113 then err_exit '${x+foo $x bam} does not yield three arguments'
117 then err_exit '${x+foo "$x" bam} does not yield three arguments'
129 then err_exit '${x+foo "$x "bam} does not yield two arguments'
215 then err_exit '${foo+\\n\ } expansion error'
220 then err_exit '${foo+\\n\ $bar} expansion error with bar unset'
243 if [[ $(print -r $'foo\n\n\n') != foo ]]
261 if [[ $(print -r -- {\$foo}) != '{$foo}' ]]
340 [[ $foo == "$copy1" ]] || err_exit '$"..." not being ignored inside ``'