Skip to content

Commit bb7e48b

Browse files
committed
(no changes) verified anchors are added to section description headings
1 parent e0b7f15 commit bb7e48b

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
@@ -374,7 +374,6 @@ defmodule ExDoc.Formatter.HTML.TemplatesTest do
374374
)
375375

376376
doc = LazyHTML.from_document(content)
377-
378377
assert Enum.count(doc["div.group-description"]) == 1
379378
assert Enum.count(doc["#group-description-example-functions"]) == 1
380379
assert Enum.count(doc["#group-description-example-functions h3"]) == 1

0 commit comments

Comments
 (0)