diff options
Diffstat (limited to 'test/lisp')
-rw-r--r-- | test/lisp/xml-tests.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/lisp/xml-tests.el b/test/lisp/xml-tests.el index 763febb9b69..488d2c6f920 100644 --- a/test/lisp/xml-tests.el +++ b/test/lisp/xml-tests.el @@ -72,7 +72,12 @@ ;; 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 |