isindex.dat 774 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #data
  2. <isindex>
  3. #errors
  4. (1,9): expected-doctype-but-got-start-tag
  5. (1,9): expected-closing-tag-but-got-eof
  6. #document
  7. | <html>
  8. | <head>
  9. | <body>
  10. | <isindex>
  11. #data
  12. <isindex name="A" action="B" prompt="C" foo="D">
  13. #errors
  14. (1,48): expected-doctype-but-got-start-tag
  15. (1,48): expected-closing-tag-but-got-eof
  16. #document
  17. | <html>
  18. | <head>
  19. | <body>
  20. | <isindex>
  21. | action="B"
  22. | foo="D"
  23. | name="A"
  24. | prompt="C"
  25. #data
  26. <form><isindex>
  27. #errors
  28. (1,6): expected-doctype-but-got-start-tag
  29. (1,15): expected-closing-tag-but-got-eof
  30. #document
  31. | <html>
  32. | <head>
  33. | <body>
  34. | <form>
  35. | <isindex>
  36. #data
  37. <!doctype html><isindex>x</isindex>x
  38. #errors
  39. #document
  40. | <!DOCTYPE html>
  41. | <html>
  42. | <head>
  43. | <body>
  44. | <isindex>
  45. | "x"
  46. | "x"