Skip to content

Commit 13f1805

Browse files
authored
Fix #20: add test for li in foster parent case (#82)
1 parent 7c896a2 commit 13f1805

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tree-construction/tests8.dat

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,17 @@ x"
8787
| "xx"
8888
| <table>
8989

90+
#data
91+
<table><li><li></table>
92+
#errors
93+
#document
94+
| <html>
95+
| <head>
96+
| <body>
97+
| <li>
98+
| <li>
99+
| <table>
100+
90101
#data
91102
x<table>x
92103
#errors

0 commit comments

Comments
 (0)