TAP で改行をふくむテスト名をつけた場合の挙動

tokuhirom@gpath% perl -e'use Test::More; ok 0,"foo\nbar";'
not ok 1 - foo
# bar
#   Failed test 'foo
# bar'
#   at -e line 1.
# Tests were run but no plan was declared and done_testing() was not seen.

Published: 2010-01-30(Sat) 07:24