The reconcile package is used for DOM reconcilation in Isomorphic Go web applications.

adoption02.dat 377B

12345678910111213141516171819202122232425262728293031
  1. #data
  2. <b>1<i>2<p>3</b>4
  3. #errors
  4. #document
  5. | <html>
  6. | <head>
  7. | <body>
  8. | <b>
  9. | "1"
  10. | <i>
  11. | "2"
  12. | <i>
  13. | <p>
  14. | <b>
  15. | "3"
  16. | "4"
  17. #data
  18. <a><div><style></style><address><a>
  19. #errors
  20. #document
  21. | <html>
  22. | <head>
  23. | <body>
  24. | <a>
  25. | <div>
  26. | <a>
  27. | <style>
  28. | <address>
  29. | <a>
  30. | <a>