Update to Text::Balanced 1.85.
[p5sagit/p5-mst-13.2.git] / t / lib / Test / success.t
CommitLineData
809908f7 1# -*-perl-*-
2use strict;
3use Test;
4BEGIN { plan tests => 11 }
5
6ok(ok(1));
7ok(ok('fixed', 'fixed'));
8ok(skip(1,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,');