rationalise t/re/pat_psycho.t
authorDavid Mitchell <davem@iabyn.com>
Fri, 24 Aug 2012 14:49:21 +0000 (15:49 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sat, 8 Sep 2012 14:42:06 +0000 (15:42 +0100)
commit9414be0160a1f343d4ae75ec161fec610da39c84
treea524529f2b66be993b979e9a2dfefe5d462cc69b
parent6502e08109cd003b2cdf39bc94ef35e52203240b
rationalise t/re/pat_psycho.t

Do some cleanup of this file, without changing its functionality.

Once upon a time, the psycho tests were scattered throughout a single
pat.t file, before being moved into their own file. Now that they're all
in a single file, make the $PERL_SKIP_PSYCHO_TEST test a single "skip_all"
test at the beginning of the file, rather than testing it separately in
each code block.

Also, make some of the test descriptions more useful, and add a bit of
debugging output.
t/re/pat_psycho.t