This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add space after testfile name, and before ok/not ok
authorJim Cromie <jim.cromie@gmail.com>
Sun, 13 Mar 2011 18:44:34 +0000 (12:44 -0600)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 10 Sep 2011 03:15:50 +0000 (20:15 -0700)
commitf7b9b043ef957755618188c0c17f55142f7a3506
tree044f428ce71bd01464cd2773d64618b48cd0ec25
parentc4ddcea559e1b4f8defa134977b98918a497fa55
add space after testfile name, and before ok/not ok

Adding space between testfile name and ...... lets user double-click
on just the name, instead of getting all the dots too, reducing the
cmdline editing to resubmit the test manually.  Space before ok/not-ok
allows easier parsing with split /\s/, $line.  Both make output agree
more closely with that from Test::*
t/TEST