Skip to content

Commit ba6a207

Browse files
committed
Add tests for ignoring <dialog>
1 parent 69a93d5 commit ba6a207

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

test/fixtures/dialog/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<dialog open>
2+
<p>Greetings, one and all!</p>
3+
</dialog>

test/fixtures/dialog/index.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"fragment": true
3+
}

test/fixtures/dialog/index.md

Whitespace-only changes.

0 commit comments

Comments
 (0)