Searched refs:test_expect (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DTest.pm32 our @EXPORT = qw( ntests ok is match flush skip_all test_expect callsign banner );
39 our $EXTRA = 0; # any extra tests to come after test_expect()
179 # test_expect($input, $template, \%replace)
207 sub test_expect { subroutine
241 ok(1, 'running test_expect()');
409 $Template::Test::EXTRA = 2; # 2 extra tests follow test_expect()...
411 # ok() can be called any number of times before test_expect
414 # test_expect() splits $input into individual tests, processes each
416 test_expect($input, $template, \%replace );
419 test_expect(
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DTest.pm32 our @EXPORT = qw( ntests ok is match flush skip_all test_expect callsign banner );
39 our $EXTRA = 0; # any extra tests to come after test_expect()
179 # test_expect($input, $template, \%replace)
207 sub test_expect { subroutine
241 ok(1, 'running test_expect()');
409 $Template::Test::EXTRA = 2; # 2 extra tests follow test_expect()...
411 # ok() can be called any number of times before test_expect
414 # test_expect() splits $input into individual tests, processes each
416 test_expect($input, $template, \%replace );
419 test_expect(
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/t/
H A Dstring.t29 test_expect(\*DATA);
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/t/
H A Dstring.t29 test_expect(\*DATA);

Completed in 114 milliseconds