diff --git a/t/parse-text-1.t b/t/parse-text-1.t index 594f90b..249757c 100644 --- a/t/parse-text-1.t +++ b/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');