Sign in
fuchsia
/
third_party
/
libxml2
/
db07dd613e461df93dde7902c6505629bf0734e9
/
.
/
test
/
VC
/
AttributeNmtokens
blob: 8710de48023d9a55259e1678267143abb96bf67f [
file
] [
log
] [
blame
]
<!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	b "
/>