Stas Bekman wrote:
> so we reverted the args to t_cmp() to comply with other Test modules
> conventions, but why reverting the debug printout? I find it confusing:
> 
> # received: undef
> # expected: foobar
> 
> Do the other test modules also print it reversed?

Test::More::is() looks like this:

1..1
not ok 1 - foo should have been foo
#     Failed test (foo.pl at line 5)
#          got: 'foo'
#     expected: 'bar'

I don't suppose it matters so long as the arguments are labled correctly.

--Geoff

Reply via email to