aboutsummaryrefslogtreecommitdiffstats
path: root/test/VC
diff options
context:
space:
mode:
Diffstat (limited to 'test/VC')
-rw-r--r--test/VC/AttributeNmtokens6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/VC/AttributeNmtokens b/test/VC/AttributeNmtokens
new file mode 100644
index 00000000..8710de48
--- /dev/null
+++ b/test/VC/AttributeNmtokens
@@ -0,0 +1,6 @@
+<!DOCTYPE test [
+ <!ELEMENT test EMPTY>
+ <!ATTLIST test attr1 NMTOKENS #IMPLIED>
+]>
+<!-- Should be invalid due to http://www.w3.org/XML/xml-V10-2e-errata#E20 -->
+<test attr1=" a&#x9;b "/>