aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nxml/test.invalid.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/nxml/test.invalid.xml')
-rw-r--r--lisp/nxml/test.invalid.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/nxml/test.invalid.xml b/lisp/nxml/test.invalid.xml
new file mode 100644
index 00000000000..87a0031f8e7
--- /dev/null
+++ b/lisp/nxml/test.invalid.xml
@@ -0,0 +1,11 @@
1<html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <title>An invalid document</title>
4 </head>
5 <body>
6 <p>This XHTML document is <span class="#foo">invalid</span>.</p>
7 </body>
8</html>
9
10<!-- arch-tag: 8127c8be-d617-46f5-bdf2-c9159a417c38
11 (do not change this comment) -->