xref: /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/sequence_misparse (revision b39c515898423c8d899e35282f4b395f7cad3298)
1#
2# This was causing parse failures due to an error in the TAP specification.
3# Hash marks *are* allowed in the description.
4#
5print <<DUMMY;
61..5
7ok 1
8ok 2
9ok 3 # skipped on foobar system
10# 1234567890123456789012345678901234567890
11ok 4
12# 1234567890123456789012345678901234567890
13ok 5
14DUMMY
15