xref: /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/lone_not_bug (revision b39c515898423c8d899e35282f4b395f7cad3298)
1# There was a bug where the first test would be considered a
2# 'lone not' failure.
3print <<DUMMY;
4ok 1
5ok 2
6ok 3
7ok 4
81..4
9DUMMY
10