[sf-perl] Test::simple not showing name of a test

yary not.com at gmail.com
Thu Sep 23 13:25:57 PDT 2010


Already figured it out (with help from perl -d)- the test is failing,
and the list context is making that first argument disappear,
whereupon 'xyz' becomes the test.

ok( 0+($out =~ $expected),'xyz')

does the right thing.


More information about the SanFrancisco-pm mailing list