Skip to content

Commit 5ff178c

Browse files
committed
try to find edge cases that make the test fail
1 parent 7a2e8b3 commit 5ff178c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/html/children.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@
77
<li>2</li>
88
<li>3</li>
99
</ul>
10+
11+
<ul class="myclass2">
12+
<li>1</li>
13+
<li>2</li>
14+
<li>3</li>
15+
</ul>
1016
</body>
1117
</html>

0 commit comments

Comments
 (0)