Lines Matching refs:got
371 got=$z
372 [[ $got == "$exp" ]] || {
374 got=$(printf %q "$got")
375 err_exit "compound indexed array pretty print failed -- expected $exp, got $got"
387 got=${record[a]}
388 [[ $got == "$exp" ]] || {
390 got=$(printf %q "$got")
391 err_exit "compound indexed array pretty print failed -- expected $exp, got $got"
403 got=$r
404 [[ $got == "$exp" ]] || {
406 got=$(printf %q "$got")
407 err_exit "compound indexed array pretty print failed -- expected $exp, got $got"