You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

149 lines
3.3 KiB

  1. #data
  2. <div>
  3. <div></div>
  4. </span>x
  5. #errors
  6. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  7. Line: 3 Col: 7 Unexpected end tag (span). Ignored.
  8. Line: 3 Col: 8 Expected closing tag. Unexpected end of file.
  9. #document
  10. | <html>
  11. | <head>
  12. | <body>
  13. | <div>
  14. | "
  15. "
  16. | <div>
  17. | "
  18. x"
  19. #data
  20. <div>x<div></div>
  21. </span>x
  22. #errors
  23. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  24. Line: 2 Col: 7 Unexpected end tag (span). Ignored.
  25. Line: 2 Col: 8 Expected closing tag. Unexpected end of file.
  26. #document
  27. | <html>
  28. | <head>
  29. | <body>
  30. | <div>
  31. | "x"
  32. | <div>
  33. | "
  34. x"
  35. #data
  36. <div>x<div></div>x</span>x
  37. #errors
  38. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  39. Line: 1 Col: 25 Unexpected end tag (span). Ignored.
  40. Line: 1 Col: 26 Expected closing tag. Unexpected end of file.
  41. #document
  42. | <html>
  43. | <head>
  44. | <body>
  45. | <div>
  46. | "x"
  47. | <div>
  48. | "xx"
  49. #data
  50. <div>x<div></div>y</span>z
  51. #errors
  52. Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  53. Line: 1 Col: 25 Unexpected end tag (span). Ignored.
  54. Line: 1 Col: 26 Expected closing tag. Unexpected end of file.
  55. #document
  56. | <html>
  57. | <head>
  58. | <body>
  59. | <div>
  60. | "x"
  61. | <div>
  62. | "yz"
  63. #data
  64. <table><div>x<div></div>x</span>x
  65. #errors
  66. Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  67. Line: 1 Col: 12 Unexpected start tag (div) in table context caused voodoo mode.
  68. Line: 1 Col: 18 Unexpected start tag (div) in table context caused voodoo mode.
  69. Line: 1 Col: 24 Unexpected end tag (div) in table context caused voodoo mode.
  70. Line: 1 Col: 32 Unexpected end tag (span) in table context caused voodoo mode.
  71. Line: 1 Col: 32 Unexpected end tag (span). Ignored.
  72. Line: 1 Col: 33 Unexpected end of file. Expected table content.
  73. #document
  74. | <html>
  75. | <head>
  76. | <body>
  77. | <div>
  78. | "x"
  79. | <div>
  80. | "xx"
  81. | <table>
  82. #data
  83. x<table>x
  84. #errors
  85. Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
  86. Line: 1 Col: 9 Unexpected non-space characters in table context caused voodoo mode.
  87. Line: 1 Col: 9 Unexpected end of file. Expected table content.
  88. #document
  89. | <html>
  90. | <head>
  91. | <body>
  92. | "xx"
  93. | <table>
  94. #data
  95. x<table><table>x
  96. #errors
  97. Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
  98. Line: 1 Col: 15 Unexpected start tag (table) implies end tag (table).
  99. Line: 1 Col: 16 Unexpected non-space characters in table context caused voodoo mode.
  100. Line: 1 Col: 16 Unexpected end of file. Expected table content.
  101. #document
  102. | <html>
  103. | <head>
  104. | <body>
  105. | "x"
  106. | <table>
  107. | "x"
  108. | <table>
  109. #data
  110. <b>a<div></div><div></b>y
  111. #errors
  112. Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
  113. Line: 1 Col: 24 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
  114. Line: 1 Col: 25 Expected closing tag. Unexpected end of file.
  115. #document
  116. | <html>
  117. | <head>
  118. | <body>
  119. | <b>
  120. | "a"
  121. | <div>
  122. | <div>
  123. | <b>
  124. | "y"
  125. #data
  126. <a><div><p></a>
  127. #errors
  128. Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
  129. Line: 1 Col: 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
  130. Line: 1 Col: 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
  131. Line: 1 Col: 15 Expected closing tag. Unexpected end of file.
  132. #document
  133. | <html>
  134. | <head>
  135. | <body>
  136. | <a>
  137. | <div>
  138. | <a>
  139. | <p>
  140. | <a>