Skip to content

Commit 900e165

Browse files
committed
tests/integration: fix by adding "sdoc-node" to known custom tags
1 parent 437a04b commit 900e165

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/integration/html_markup_validator.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@
4141
# HTML 5
4242
"main, aside, header, footer, section, article, nav, "
4343
# Turbo.js
44-
"turbo-frame,"
44+
"turbo-frame, "
4545
# SVG
46-
"svg, path, line, circle, polyline"
46+
"svg, path, line, circle, polyline, "
47+
# StrictDoc
48+
"sdoc-node"
4749
),
4850
"char-encoding": "utf8",
4951
"input-encoding": "utf8",

0 commit comments

Comments
 (0)