Tiny SelfLoader patch for better warnings
[p5sagit/p5-mst-13.2.git] / lib / Test / t / success.t
CommitLineData
809908f7 1# -*-perl-*-
2use strict;
3use Test;
4BEGIN { plan tests => 11 }
5
6ok(ok(1));
7ok(ok('fixed', 'fixed'));
edd5bad5 8ok(skip("just testing skip()",0));
809908f7 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,');