diff options
Diffstat (limited to 'cpan/Test-Harness/t/sample-tests/zero_valid')
-rw-r--r-- | cpan/Test-Harness/t/sample-tests/zero_valid | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpan/Test-Harness/t/sample-tests/zero_valid b/cpan/Test-Harness/t/sample-tests/zero_valid new file mode 100644 index 0000000000..dae91a18fb --- /dev/null +++ b/cpan/Test-Harness/t/sample-tests/zero_valid @@ -0,0 +1,8 @@ +print <<DUMMY; +1..5 +ok 1 - One +ok 2 - Two +ok - Three +ok 0 - Four +ok 5 - Five +DUMMY |