success.t revision 7c478bd95313f5f23a4c958a745db2134aa03244
# -*-perl-*-
use strict;
use Test;
BEGIN { plan tests => 11 }
ok(ok(1));
ok(ok('fixed', 'fixed'));
ok(skip("just testing skip()",0));
ok(undef, undef);
ok(ok 'the brown fox jumped over the lazy dog', '/lazy/');
ok(ok 'the brown fox jumped over the lazy dog', 'm,fox,');