Make lc/uc/lcfirst/ucfirst warn when passed undef.
[p5sagit/p5-mst-13.2.git] / t / lib / sample-tests / sequence_misparse
1 #
2 # This was causing parse failures due to an error in the TAP specification.
3 # Hash marks *are* allowed in the description.
4 #
5 print <<DUMMY;
6 1..5
7 ok 1
8 ok 2
9 ok 3 # skipped on foobar system
10 # 1234567890123456789012345678901234567890
11 ok 4
12 # 1234567890123456789012345678901234567890
13 ok 5
14 DUMMY