On Jun 23, 2009, at 2:22 PM, Paul Johnson wrote:
One question though. Whysubtest "text", sub {}; rather than subtest {}, "text"; ?The latter seems more consistent as well as removing a rather annoying bit of syntax. Were you worried that "text" might get lost at the end of the sub?
Even better, get rid of the two arguments:
subtest {
name 'text';
pass;
};
Best,
David
