diff --git a/test/parser_test.exs b/test/parser_test.exs index b977169..4e23ff0 100644 --- a/test/parser_test.exs +++ b/test/parser_test.exs @@ -83,13 +83,6 @@ defmodule AutoLinker.ParserTest do assert parse(text, class: false, rel: false, new_window: false) == expected end - text = "Check out
google.com
" - - expected = - "Check out
google.com
" - - assert parse(text, class: false, rel: false, new_window: false) == expected - end test "excludes html with specified class" do text = "```Check out
google.com
```"