Make lc/uc/lcfirst/ucfirst warn when passed undef.
[p5sagit/p5-mst-13.2.git] / t / lib / sample-tests / space_after_plan
CommitLineData
b965d173 1# gforth TAP generates a space after the plan. Should probably be allowed.
2print "1..5 \n";
3print "ok $_ \n" for 1..5;