source: trunk/essentials/dev-lang/perl/lib/Test/t/success.t@ 3951

Last change on this file since 3951 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 271 bytes
Line 
1# -*-perl-*-
2use strict;
3use Test;
4BEGIN { plan tests => 11 }
5
6ok(ok(1));
7ok(ok('fixed', 'fixed'));
8ok(skip("just testing skip()",0));
9ok(undef, undef);
10ok(ok 'the brown fox jumped over the lazy dog', '/lazy/');
11ok(ok 'the brown fox jumped over the lazy dog', 'm,fox,');
Note: See TracBrowser for help on using the repository browser.