Changeset 401 for wiki-toolkit-formatter-usemod/trunk/t/links.t
- Timestamp:
- 04/11/08 20:29:15 (4 years ago)
- Files:
-
- 1 modified
-
wiki-toolkit-formatter-usemod/trunk/t/links.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit-formatter-usemod/trunk/t/links.t
r239 r401 1 1 use strict; 2 use Test::MockObject; 3 use Test::More tests => 4; 2 use Test::More; 3 4 eval { require Test::MockObject; }; 5 if ( $@ ) { 6 plan skip_all => "Can't find Test::MockObject"; 7 } 8 9 plan tests => 4; 4 10 5 11 my $wikitext = <<WIKITEXT;
