Cross Reference: with_comments
xref
: /
osnet-11
/
usr
/
src
/
cmd
/
perl
/
5.8.4
/
distrib
/
t
/
lib
/
sample-tests
/
with_comments
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
print <<DUMMY_TEST;
# and stuff
1..5 todo 1 2 4 5;
# yeah, that
not ok 1
# Failed test 1 in
t/todo.t
at line 9 *TODO*
ok 2 # (
t/todo.t
at line 10 TODO?!)
ok 3
not ok 4
# Test 4 got: '0' (
t/todo.t
at line 12 *TODO*)
# Expected: '1' (need more tuits)
ok 5 # (
t/todo.t
at line 13 TODO?!)
# woo
DUMMY_TEST