1#data
2<b>1<i>2<p>3</b>4
3#errors
4(1,3): expected-doctype-but-got-start-tag
5(1,16): adoption-agency-1.3
6(1,17): expected-closing-tag-but-got-eof
7#document
8| <html>
9|   <head>
10|   <body>
11|     <b>
12|       "1"
13|       <i>
14|         "2"
15|     <i>
16|       <p>
17|         <b>
18|           "3"
19|         "4"
20
21#data
22<a><div><style></style><address><a>
23#errors
24(1,3): expected-doctype-but-got-start-tag
25(1,35): unexpected-start-tag-implies-end-tag
26(1,35): adoption-agency-1.3
27(1,35): adoption-agency-1.3
28(1,35): expected-closing-tag-but-got-eof
29#document
30| <html>
31|   <head>
32|   <body>
33|     <a>
34|     <div>
35|       <a>
36|         <style>
37|       <address>
38|         <a>
39|         <a>
40