Home
last modified time | relevance | path

Searched refs:lists_match (Results 1 – 25 of 42) sorted by relevance

12

/dports/textproc/p5-ack/ack-v3.5.0/t/
H A Dack-output.t39 lists_match( \@results, \@expected, 'Matching line' );
57 lists_match( \@results, \@expected, 'Matching line' );
198 lists_match( \@results, \@expected, 'Line number' );
214 lists_match( \@results, \@expected, 'Line number' );
229 lists_match( \@results, \@expected, 'Last paren match' );
245 lists_match( \@results, \@expected, 'Combos 1' );
259 lists_match( \@results, \@expected, 'Combos 2' );
273 lists_match( \@results, \@expected, 'Combos 2' );
287 lists_match( \@results, \@expected, 'Numeric substitutions' );
302 lists_match( \@results, \@expected, 'Character substitutions' );
[all …]
H A Dack-pager.t40 lists_match( \@got, \@expected, 'NO_PAGER' );
63 lists_match( \@got, \@expected, 'PAGER' );
87 lists_match( \@got, \@expected, 'PAGER_WITH_OPTS' );
118 lists_match( \@got, \@expected, 'FORCE_NO_PAGER' );
138 lists_match( \@got, \@expected, 'PAGER_ENV' );
163 lists_match( \@got, \@expected, 'PAGER_ENV_OVERRIDE' );
187 lists_match( \@got, \@expected, 'PAGER_ACKRC' );
217 lists_match( \@got, \@expected, 'PAGER_ACKRC_OVERRIDE' );
242 lists_match( \@got, \@expected, 'PAGER_NOENV' );
H A Dack-n.t38 lists_match( \@lines, \@expected_norecurse, '-n should disable recursion' );
42 lists_match( \@lines, \@expected_norecurse, '--no-recurse should disable recursion' );
47 lists_match( \@lines, \@expected_recurse, '-r after -n should re-enable recursion' );
51 lists_match( \@lines, \@expected_recurse, '-R after --no-recurse should re-enable recursion' );
55 lists_match( \@lines, \@expected_recurse, '--recurse after --no-recurse should re-enable recursion'…
H A Dbasic.t23 lists_match( \@results, \@expected, 'Looking for strict in one directory' );
36 lists_match( \@results, \@expected, 'Looking for strict in one file' );
52 lists_match( \@results, \@expected, 'Looking for strict in multiple files' );
67 lists_match( \@results, \@expected, "Looking for strict in one file with $opt" );
82 lists_match( \@results, \@expected, "Looking for strict in multiple files with $opt" );
H A Dack-h.t22 lists_match( \@results, \@expected, 'Looking for strict in one file' );
36 lists_match( \@results, \@expected, 'Looking for strict in multiple files' );
51 lists_match( \@results, \@expected, "Looking for strict in one file with $opt" );
66 lists_match( \@results, \@expected, "Looking for strict in multiple files with $opt" );
H A Dack-group.t39 lists_match( \@results, \@expected, 'No grouping' );
63 lists_match( \@results, \@expected, 'Standard grouping' );
84 lists_match( \@results, \@expected, 'Heading, no break' );
104 lists_match( \@results, \@expected, 'Break, no heading' );
H A Dack-passthru.t33 lists_match( \@results, \@expected, 'Search for war' );
46 lists_match( \@results, \@expected, q{Still lookin' for war, in passthru mode} );
57 lists_match( \@results, \@expected, q{Searching without a range} );
71 lists_match( \@results, \@range_expected, q{Searching with a range} );
99 lists_match( \@results, \@expected, q{With filename} );
H A Dack-i.t29 lists_match( \@results, \@expected, '-i flag' );
34 lists_match( \@results, \@expected, '--ignore-case flag' );
H A Dack-column.t37 lists_match( \@results, \@expected, 'Checking column numbers' );
61 lists_match( \@results, \@expected, 'Checking without column numbers' );
H A Dcommand-line-files.t63 lists_match( $stderr, \@expected_stderr, q{Error if there's no file} );
64 lists_match( $stdout, \@expected_stdout, 'Find the one file that has a hit' );
H A Dack-1.t22 lists_match( \@results, \@expected, 'Looking for first instance of Montresor!' );
35 lists_match( \@results, \@expected, 'Looking for first non-match' );
H A DBarfly.pm124 main::lists_match( \@results, \@yes, $command_line );
151 main::lists_match( \@results, \@all_lines, $command_line );
H A Dprocess-substitution.t55 lists_match( \@output, \@expected, __FILE__ );
H A Dillegal-regex.t28 lists_match( $stderr, \@expected, 'Error body' );
H A Dack-type-del.t46lists_match( \@dump_output, ['--type-del=perl', '--type-del=perltest'], '--type-del should show up…
H A Dinteractive.t94 lists_match( \@lines, \@expected_lines, 'INTERACTIVE_GROUPING_COLOR' );
H A DUtil.pm564 sub lists_match { subroutine
608 my $ok = lists_match( \@results, $expected, $msg );
625 return lists_match( [sort @actual], [sort @expected], $msg );
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_limiter_node.cpp566 ASSERT(lists_match(pv,pv1), "predecessor lists do not match"); in test_extract()
567 ASSERT(lists_match(sv,sv1), "successor lists do not match"); in test_extract()
568 ASSERT(lists_match(dv,dv1), "successor lists do not match"); in test_extract()
594 ASSERT(lists_match(pv,pv1), "predecessor lists do not match second iter"); in test_extract()
595 ASSERT(lists_match(sv,sv1), "successor lists do not match second iter"); in test_extract()
596 ASSERT(lists_match(dv,dv1), "successor lists do not match second iter"); in test_extract()
H A Dtest_source_node.cpp362 ASSERT(lists_match(sv, jv1), "mismatch in successor list"); in test_extract()
403 ASSERT(lists_match(sv, jv1), "mismatch in successor list"); in test_extract()
444 ASSERT(lists_match(sv, jv1), "mismatch in successor list"); in test_extract()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_limiter_node.cpp566 ASSERT(lists_match(pv,pv1), "predecessor lists do not match"); in test_extract()
567 ASSERT(lists_match(sv,sv1), "successor lists do not match"); in test_extract()
568 ASSERT(lists_match(dv,dv1), "successor lists do not match"); in test_extract()
594 ASSERT(lists_match(pv,pv1), "predecessor lists do not match second iter"); in test_extract()
595 ASSERT(lists_match(sv,sv1), "successor lists do not match second iter"); in test_extract()
596 ASSERT(lists_match(dv,dv1), "successor lists do not match second iter"); in test_extract()
H A Dtest_source_node.cpp362 ASSERT(lists_match(sv, jv1), "mismatch in successor list"); in test_extract()
403 ASSERT(lists_match(sv, jv1), "mismatch in successor list"); in test_extract()
444 ASSERT(lists_match(sv, jv1), "mismatch in successor list"); in test_extract()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_limiter_node.cpp566 ASSERT(lists_match(pv,pv1), "predecessor lists do not match"); in test_extract()
567 ASSERT(lists_match(sv,sv1), "successor lists do not match"); in test_extract()
568 ASSERT(lists_match(dv,dv1), "successor lists do not match"); in test_extract()
594 ASSERT(lists_match(pv,pv1), "predecessor lists do not match second iter"); in test_extract()
595 ASSERT(lists_match(sv,sv1), "successor lists do not match second iter"); in test_extract()
596 ASSERT(lists_match(dv,dv1), "successor lists do not match second iter"); in test_extract()
H A Dtest_source_node.cpp362 ASSERT(lists_match(sv, jv1), "mismatch in successor list"); in test_extract()
403 ASSERT(lists_match(sv, jv1), "mismatch in successor list"); in test_extract()
444 ASSERT(lists_match(sv, jv1), "mismatch in successor list"); in test_extract()
/dports/textproc/p5-ack/ack-v3.5.0/t/internals/
H A Dack-create-ackrc.t25 lists_match(\@output, \@commented, 'lines in output should match the default options');
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/commonmark/commonmark/
H A Dblocks.pyi22 def lists_match(list_data, item_data): ...

12