Skip to content

Conversation

eksperimental
Copy link
Contributor

Additionally, remove Autolink.project_doc/4

Closes #904

Additionally, remove Autolink.project_doc/4

Closes elixir-lang#904
@eksperimental eksperimental force-pushed the rewrite_autolink_tests branch from c9262ef to 1f83dd1 Compare October 21, 2018 06:45
assert Autolink.project_doc("[the `:erlang` module](other.html)", %{}) ==
"[the `:erlang` module](other.html)"

assert Autolink.erlang_modules("`:erlang`") == "[`:erlang`](#{@erlang_docs}erlang.html)"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicated tests when converted to project_doc/2

assert Autolink.project_doc("[the `:erlang.apply/2` function](other.html)", %{}) ==
"[the `:erlang.apply/2` function](other.html)"

assert Autolink.erlang_functions("`:erlang`") == "`:erlang`"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicated tests when converted to project_doc/2

@josevalim josevalim merged commit 72d9dca into elixir-lang:master Oct 22, 2018
@josevalim
Copy link
Member

❤️ 💚 💙 💛 💜

@eksperimental eksperimental deleted the rewrite_autolink_tests branch October 22, 2018 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants