Home
last modified time | relevance | path

Searched refs:eq_array (Results 1 – 14 of 14) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dhashassign.t36 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');
[all …]
H A Dsrand.t27 ok( eq_array(\@first_run, \@second_run), 'srand(), same arg, same rands' );
37 ok( !eq_array(\@first_run, \@second_run),
50 ok( !eq_array(\@first_run, \@second_run),
59 ok( !eq_array(\@first_run, \@second_run), 'srand() called automatically');
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DShell.t47 ok(eq_array(\@files, [$so->directory('*.*')]), 'object method');
55 ok(eq_array(\@files, [$so->dir('*.*')]), 'object method');
63 ok(eq_array(\@files, [$so->ls('*')]), 'object method');
H A DDB.t169 ok( eq_array( \@subs, \@expected ), '... find file, start, end for subs' );
H A DBenchmark.t540 ok (!eq_array ([keys %Benchmark::Cache], \@after5_keys), "10 differs from 5");
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A DMore.t65 ok( eq_array([qw(this that whatever)], [qw(this that whatever)]),
88 ok( eq_array(\@complex_array1, \@complex_array2),
98 ok( !eq_array(\@array1, \@array2),
H A Dundef.t34 eq_array( [undef, undef], [undef, 23] );
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t41 ok( eq_array( \@Type_Order, \@catagories ),
46 ok( eq_array( \@cat_keys, \@catagories ),
H A DInputObjects.t109 ok( eq_array( [ $p_pt1->children() ], [ $p_pt1, $p_pt2] ),
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm1009 sub eq_array { subroutine
1044 $ok = eq_array($e1, $e2);
1127 return eq_array( [sort _bogus_sort @$a1], [sort _bogus_sort @$a2] );
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dcookie.t342 ok eq_array( $r->{check}, [ 'Set-Cookie', $c->as_string ]),
354 ok eq_array( $r->{check}, [ 'Set-Cookie', $c->as_string ]),
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Ddowngrade.t130 ok (eq_array([keys %$hash], \@keys), "Still the same keys?");
144 ok (eq_array([keys %$hash], \@keys), "Still the same keys?");
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dtest.pl287 sub eq_array { subroutine
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperltoc.pod20269 B<eq_array>