Lines Matching refs:got
35 typeset lineno expected drop arg got sep op val add del
58 do got="$got$sep<$arg>"
63 then got="<$del> $got"
69 if [[ $got != "$expected" ]]
70 then 'err_exit' $lineno "glob -- expected '$expected', got '$got'"
77 typeset lineno expected subject pattern got
81 $pattern) got='<match>' ;;
82 *) got='<nomatch>' ;;
85 if [[ $got != "$expected" ]]
86 then 'err_exit' $lineno "case $subject in $pattern) -- expected '$expected', got '$got'"
309 then 'err_exit' $1 subject="'$subject' $x failed, expected '$3', got '$g'"