Skip to content

Commit 87225d0

Browse files
committed
(no changes) verified anchors are added to section description headings
1 parent bbac06e commit 87225d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/ex_doc/formatter/html/templates_test.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ defmodule ExDoc.Formatter.HTML.TemplatesTest do
384384
)
385385

386386
doc = LazyHTML.from_document(content)
387-
388387
assert Enum.count(doc["div.group-description"]) == 1
389388
assert Enum.count(doc["#group-description-example-functions"]) == 1
390389
assert Enum.count(doc["#group-description-example-functions h3"]) == 1

0 commit comments

Comments
 (0)