Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jul 28, 2021
1 parent 1ade9b0 commit fcf85ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ex_doc/language/elixir_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ defmodule ExDoc.Language.ElixirTest do
assert autolink_spec(quote(do: t() :: foo!(bar()))) ==
~s[t() :: <a href="#t:foo!/1">foo!</a>(<a href="#t:bar/0">bar</a>())]

# TODO: probably update this according to the previous test's changes
assert autolink_spec(quote(do: t() :: foo?(bar()))) ==
~s[t() :: <a href="#t:foo?/1">foo?</a>(<a href="#t:bar/0">bar</a>())]

Expand Down

0 comments on commit fcf85ab

Please sign in to comment.