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 @@ | |||
| 72 | ;; Invalid XML names | 72 | ;; Invalid XML names |
| 73 | "<0foo>abc</0foo>" | 73 | "<0foo>abc</0foo>" |
| 74 | "<‿foo>abc</‿foo>" | 74 | "<‿foo>abc</‿foo>" |
| 75 | "<f¿>abc</f¿>") | 75 | "<f¿>abc</f¿>" |
| 76 | ;; Two root tags | ||
| 77 | "<a/><b></b>" | ||
| 78 | ;; Bug#16344 | ||
| 79 | "<!----><x>< /x>" | ||
| 80 | "<a>< b/></a>") | ||
| 76 | "List of XML strings that should signal an error in the parser") | 81 | "List of XML strings that should signal an error in the parser") |
| 77 | 82 | ||
| 78 | (defvar xml-parse-tests--qnames | 83 | (defvar xml-parse-tests--qnames |