From a544039127504e5565dc5ac4cee77fc85b09e3bb Mon Sep 17 00:00:00 2001 From: Zubrikhin Alexey Date: Wed, 29 Apr 2015 15:20:03 +1000 Subject: [PATCH] = fix test --- t/parse-text-1.t | 2 -- 1 file changed, 2 deletions(-) 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');