Browse Source

= fix test

master
Zubrikhin Alexey 9 years ago
parent
commit
a544039127
  1. 2
      t/parse-text-1.t

2
t/parse-text-1.t

@ -7,11 +7,9 @@ use utf8;
use Test::More tests => 3;
use Text::Dokuwiki;
my $dw = Text::Dokuwiki->new;
isa_ok($dw, 'Text::Dokuwiki');
my $text = "This is text with //inline **formatting**// rules [[http://site.com|and]] links.";
my $tree = [ $dw->_parse_text($text) ];
is(ref $tree, 'ARRAY');

Loading…
Cancel
Save