http://tstzmgqansvqfzr3qrkehszmlhjqbpqp7pwncrzr72ohyygrnbuu26qd.onion/git/auto_linker/commit/31c7d7ae9e11250b3f7944acee61b19168dac70c.html
x=1&y=2#blabla</a> ." - - assert Linkify.link(text, new_window: true) == expected end
test "turn urls with schema into urls" do - text = "📌https://google.com" + text = "📌 https://google.com" - expected = "📌<a href=\"https://google.com\">https://google.com</a>" + expected = "📌 <a href=\"https://google.com\">https://google.com</a>" assert Linkify.link(text, rel: false) == expected @@ -609,7 +601,7 @@ defmodule LinkifyTest do expected = "<a...