-
Notifications
You must be signed in to change notification settings - Fork 351
Closed
Labels
Description
Ref: #679 (comment)
assert project_doc("[`Registry docs`](`Registry`)", %{docs_refs: []}) ==
"[`Registry docs`](https://hexdocs.pm/elixir/Registry.html)"
Assertion with == failed
code: assert project_doc("[`Registry docs`](`Registry`)", %{docs_refs: []}) == "[`Registry docs`](https://hexdocs.pm/elixir/Registry.html)"
left: "[[`Registry`](https://hexdocs.pm/elixir/Registry.html)](https://hexdocs.pm/elixir/Registry.html)"
right: "[`Registry docs`](https://hexdocs.pm/elixir/Registry.html)"
stacktrace:
test/ex_doc/formatter/html/autolink_test.exs:262: (test)