http://tstzmgqansvqfzr3qrkehszmlhjqbpqp7pwncrzr72ohyygrnbuu26qd.onion/git/auto_linker/commit/a3ec8eb797cfa81df7c8f605ec4ed57b74294430.html
Call me.' - assert create_phone_link([["x888", ""]], phrase, []) == expected + assert create_phone_link([["x888", ""]], phrase, attributes: [test: "test"]) == expected end
test "handles multiple links" do diff --git a/ test/parser_test.exs b/ test/parser_test.exs @@ -69,7 +69,24 @@ defmodule AutoLinker.ParserTest do assert parse(text) == text
end + test "does not link inside `<pre>` and `<code>`" do + text =...