| June 27, 2005 | Phalanx from the Trenches | Prev Next |
SKIP blocks
SKIP: {
skip "Not supported before 5.005", 1 if $] < 5.005;
is ($text, $result8, "Was the output correct?");
}
and TODO blocks
TODO: {
ok($text, $result8, "working on test");
}
| Home Last TOC | Copyright © 2005 James E Keenan and Marc Prewitt | Prev Next |