Lines Matching refs:hello
40 foo=hello
57 if [[ ${.foo.bar} != hello ]]
58 then err_exit ".foo.bar=${.foo.bar} != hello"
92 [[ ${.sh.value} ]] && print hello
127 foo=hello
128 if [[ $bar != hello ]]
252 typeset var=( foo=hello)
257 ) == *foo=hello* ]] || err_exit 'unable to display compound variable from name reference of local variable'
479 nameref nr=c.a[hello]
480 [[ ${!nr} == "c.a[hello]" ]] || err_exit 'name reference nr to unset associative array instance does not expand ${!nr} correctly.'