summaryrefslogtreecommitdiffstats
path: root/t/markdown.t
diff options
context:
space:
mode:
Diffstat (limited to 't/markdown.t')
-rw-r--r--t/markdown.t6
1 files changed, 4 insertions, 2 deletions
diff --git a/t/markdown.t b/t/markdown.t
index 0344706c9..83e0dc051 100644
--- a/t/markdown.t
+++ b/t/markdown.t
@@ -9,7 +9,7 @@ use strict;
use warnings;
use lib qw( . lib local/lib/perl5 );
use Bugzilla;
-use Test::More;
+use Test2::V0;
my $parser = Bugzilla->markdown_parser;
@@ -61,7 +61,9 @@ my $table_html = <<'HTML';
<tr>
<td>val1</td>
<td align="center">val2</td>
-</tr></tbody></table>
+</tr>
+</tbody>
+</table>
HTML
is(