]> code.delx.au - gnu-emacs/blobdiff - test/lisp/xml-tests.el
Merge from origin/emacs-25
[gnu-emacs] / test / lisp / xml-tests.el
index 763febb9b69e2fdf6ab6e14bc47c066a3140919d..488d2c6f9209fa8c38c95a4a2ec5adec46e35fb3 100644 (file)
     ;; Invalid XML names
     "<0foo>abc</0foo>"
     "<‿foo>abc</‿foo>"
-    "<f¿>abc</f¿>")
+    "<f¿>abc</f¿>"
+    ;; Two root tags
+    "<a/><b></b>"
+    ;; Bug#16344
+    "<!----><x>< /x>"
+    "<a>< b/></a>")
   "List of XML strings that should signal an error in the parser")
 
 (defvar xml-parse-tests--qnames