You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test/ex_doc/formatter/html/templates_test.exs
+3-3
Original file line number
Diff line number
Diff line change
@@ -478,7 +478,7 @@ defmodule ExDoc.Formatter.HTML.TemplatesTest do
478
478
assertcontent=~~s{example(foo, bar \\\\ Baz)}
479
479
480
480
assertcontent=~
481
-
~r{<a href="#example/2" class="detail-link" data-no-tooltip aria-label="Link to this function">\s*<i class="ri-link-m" aria-hidden="true"></i>\s*</a>}ms
481
+
~r{<a href="#example/2" class="detail-link" data-no-tooltip="" aria-label="Link to this function">\s*<i class="ri-link-m" aria-hidden="true"></i>\s*</a>}ms
482
482
end
483
483
484
484
test"outputs function groups",contextdo
@@ -519,7 +519,7 @@ defmodule ExDoc.Formatter.HTML.TemplatesTest do
0 commit comments