DEBSOURCES
Skip Quicknav
sources / perl / 5.20.2-3%2Bdeb8u11 / cpan / Test-Harness / t / sample-tests / lone_not_bug
123456789
# There was a bug where the first test would be considered a # 'lone not' failure. print <<DUMMY; ok 1 ok 2 ok 3 ok 4 1..4 DUMMY