Searched refs:eq_set (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
| D | eq_set.t | 20 ok( eq_set([1, 2, [3]], [[3], 1, 2]) ); 21 ok( eq_set([1,2,[3]], [1,[3],2]) ); 25 ok( eq_set( [$ref, "$ref", "$ref", $ref], 32 ok( eq_set( [\1, \2, \3], [\2, \3, \1] ) );
|
| D | More.t | 100 ok( eq_set([qw(this that whatever)], [qw(that whatever this)]), 122 ok( eq_set(\@complex_array1, \@complex_array2), 134 ok( !eq_set(\@array1, \@array2),
|
| D | circular_data.t | 25 ok( eq_set ($a1, $a2) );
|
| D | undef.t | 65 eq_set ( [undef, undef, 12], [29, undef, undef] );
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/ |
| D | More.pm | 1779 sub eq_set { subroutine
|
| /openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| D | 004gziphdr.t | 333 eq_set $extra, $result;
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | MANIFEST | 2657 cpan/Test-Simple/t/Legacy/eq_set.t Test file related to Test::Simple
|