summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-09-19 20:16:49 +0200
committerGitHub <noreply@github.com>2018-09-19 20:16:49 +0200
commit144234c61f9d0ea53069c9182f95a0fed7526206 (patch)
tree1dbe98b1946655a044c2ab44914eaf9f148a1ecd /t
parentb8b2a943056adbb112474df7bdf766970a56b2dc (diff)
downloadbugzilla-144234c61f9d0ea53069c9182f95a0fed7526206.tar.gz
bugzilla-144234c61f9d0ea53069c9182f95a0fed7526206.tar.xz
no bug - bump Alien::libcmark_gfm
Diffstat (limited to '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(