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