Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libtest-harness-perl / libtest-harness-perl-3.12 / t / sample-tests / space_after_plan
1 # gforth TAP generates a space after the plan. Should probably be allowed.
2 print "1..5 \n";
3 print "ok $_ \n" for 1..5;