logo

auto_linker

AutoLinker-shim, based on https://git.pleroma.social/pleroma/auto_linker git clone https://hacktivis.me/git/auto_linker.git
commit: 31d41920ed4d3621faca5e74f9a2ef91577d2ab4
parent c14ac019af18a7a3c96206b9d7f752de2e8ae783
Author: Mark Felder <feld@FreeBSD.org>
Date:   Thu, 19 Nov 2020 18:25:54 +0000

Fix test group name

Diffstat:

Mtest/linkify_test.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/linkify_test.exs b/test/linkify_test.exs @@ -494,7 +494,7 @@ defmodule LinkifyTest do assert Linkify.link(text, rel: false) == expected end - test "skip prefix" do + test "strip prefix" do assert Linkify.link("http://google.com", strip_prefix: true) == "<a href=\"http://google.com\">google.com</a>"