blob: 5b96d68caf2cf94ceb4c05e6e6750f4d7899fec3 (
plain) (
blame)
1
2
3
4
5
6
|
print <<DUMMY_TEST;
1..3
not ok 1 - Foo # TODO Just testing the todo interface.
ok 2 - Unexpected success # TODO Just testing the todo interface.
ok 3 - This is not todo
DUMMY_TEST
|