Lines Matching refs:eq_array

36 ok (eq_array (\@comma, \@temp), 'list from comma hash');
39 ok (eq_array (\@comma, \@temp), 'first each from comma hash');
41 ok (eq_array ([], \@temp), 'last each from comma hash');
54 ok (eq_array (\@temp, \@temp), 'list from copy of comma hash');
57 ok (eq_array (\@temp, \@temp), 'first each from copy of comma hash');
59 ok (eq_array ([], \@temp), 'last each from copy of comma hash');
76 ok (eq_array (\@arrow, \@temp), 'list from arrow hash');
79 ok (eq_array (\@arrow, \@temp), 'first each from arrow hash');
81 ok (eq_array ([], \@temp), 'last each from arrow hash');
94 ok (eq_array (\@temp, \@temp), 'list from copy of arrow hash');
97 ok (eq_array (\@temp, \@temp), 'first each from copy of arrow hash');
99 ok (eq_array ([], \@temp), 'last each from copy of arrow hash');
205 ok (eq_array (\@utf8c, \@temp), 'list from utf8 comma hash');
208 ok (eq_array (\@utf8c, \@temp), 'first each from utf8 comma hash');
210 ok (eq_array ([], \@temp), 'last each from utf8 comma hash');
224 ok (eq_array (\@temp, \@temp), 'list from copy of utf8 comma hash');
227 ok (eq_array (\@temp, \@temp), 'first each from copy of utf8 comma hash');
229 ok (eq_array ([], \@temp), 'last each from copy of utf8 comma hash');
247 ok (eq_array (\@utf8a, \@temp), 'list from utf8 arrow hash');
250 ok (eq_array (\@utf8a, \@temp), 'first each from utf8 arrow hash');
252 ok (eq_array ([], \@temp), 'last each from utf8 arrow hash');
266 ok (eq_array (\@temp, \@temp), 'list from copy of utf8 arrow hash');
269 ok (eq_array (\@temp, \@temp), 'first each from copy of utf8 arrow hash');
271 ok (eq_array ([], \@temp), 'last each from copy of utf8 arrow hash');