source:
trunk/essentials/dev-lang/perl/lib/Test/t/success.t@
3951
| Last change on this file since 3951 was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 271 bytes | |
| Line | |
|---|---|
| 1 | # -*-perl-*- |
| 2 | use strict; |
| 3 | use Test; |
| 4 | BEGIN { plan tests => 11 } |
| 5 | |
| 6 | ok(ok(1)); |
| 7 | ok(ok('fixed', 'fixed')); |
| 8 | ok(skip("just testing skip()",0)); |
| 9 | ok(undef, undef); |
| 10 | ok(ok 'the brown fox jumped over the lazy dog', '/lazy/'); |
| 11 | ok(ok 'the brown fox jumped over the lazy dog', 'm,fox,'); |
Note:
See TracBrowser
for help on using the repository browser.
