xref: /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/with_comments (revision f6aab3d83b51b91c24247ad2c2573574de475a82)
1print <<DUMMY_TEST;
2# and stuff
31..5 todo 1 2 4 5;
4# yeah, that
5not ok 1
6# Failed test 1 in t/todo.t at line 9 *TODO*
7ok 2 # (t/todo.t at line 10 TODO?!)
8ok 3
9not ok 4
10# Test 4 got: '0' (t/todo.t at line 12 *TODO*)
11#   Expected: '1' (need more tuits)
12ok 5 # (t/todo.t at line 13 TODO?!)
13# woo
14DUMMY_TEST
15