Lines Matching refs:not
110 then err_exit '${x+foo '\''bar bam'\''} does not yield two arguments'
114 then err_exit '${x+foo $x bam} does not yield three arguments'
118 then err_exit '${x+foo "$x" bam} does not yield three arguments'
122 then err_exit '${x+"foo $x bam"} does not yield one argument'
126 then err_exit '"${x+foo $x bam}" does not yield one argument'
130 then err_exit '${x+foo "$x "bam} does not yield two arguments'
134 then err_exit '$'"' inside double quotes not working"
145 then err_exit 'line continuation in double strings not working'
151 then err_exit 'line continuation in expanded double strings not working'
172 then err_exit '$() not working'
177 then err_exit 'IFS not working correctly with command substitution'