in reply to Re^2: Testing test function
in thread Testing test function
ok(! eval { test_foo(a=>2) ; 1}, 'test_foo() should fail for a=2'); is($@, 'invalid argument', 'expected error');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Testing test function
by sedusedan (Pilgrim) on Sep 27, 2013 at 06:18 UTC |