Only support IPv4 for the moment

This commit is contained in:
Mark Felder 2020-12-21 11:32:05 -06:00
parent 26fec6cff1
commit 713b986fa5

View file

@ -761,7 +761,7 @@ defmodule LinkifyTest do
assert Linkify.link(text) == expected
end
test "IPv4 and IPv6 are linked" do
test "IPv4 is linked" do
text = "1.1.1.1"
expected = "<a href=\"http://1.1.1.1\">1.1.1.1</a>"