http://tstzmgqansvqfzr3qrkehszmlhjqbpqp7pwncrzr72ohyygrnbuu26qd.onion/git/auto_linker/commit/73945481190210fedb0c6f5df63bb77133f6ec83.html
expected = - ~s'my exten is <a href="#" class="phone-number" data-phone="888">x888</a>. Call me.' + ~s'my exten is <a href="#" class="phone-number" data-phone="888" test=\"test\">x888</a>. 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/...