- or download this
foreach my $solution ( ... ) {
foreach my $test ( ... ) {
ok( ... );
}
}
- or download this
foreach my $solution ( ... ) {
harness "tests for $solution" {
...
}
}
}
- or download this
ok 1 - kyle test 1
ok 2 - kyle test 2
...
# lines
# of
# stuff
- or download this
kyle...ok
elyk...dubious