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