From 52e44dc8f9e01678f309818c8ca2bc65b8285738 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 6 Dec 2016 23:15:02 +0000 Subject: Revert "linkify: implement Markdown link compatibility" This reverts commit 130d0c4e33c5c73dc69e270fc698735d49e0f159. --- t/linkify.t | 9 --------- 1 file changed, 9 deletions(-) (limited to 't/linkify.t') diff --git a/t/linkify.t b/t/linkify.t index a794c785..49cbbd64 100644 --- a/t/linkify.t +++ b/t/linkify.t @@ -57,13 +57,4 @@ use PublicInbox::Linkify; is($s, qq(hello $u world), "root + fragment"); } -{ - my $l = PublicInbox::Linkify->new; - my $u = 'http://example.com/'; - my $s = "[markdown]($u)"; - $s = $l->linkify_1($s); - $s = $l->linkify_2($s); - is($s, qq![markdown]($u)!, 'markdown compatible'); -} - done_testing(); -- cgit v1.2.3-24-ge0c7