diff options
Diffstat (limited to 'test/VC/DuplicateType')
-rw-r--r-- | test/VC/DuplicateType | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/VC/DuplicateType b/test/VC/DuplicateType new file mode 100644 index 0000000..4b28804 --- /dev/null +++ b/test/VC/DuplicateType @@ -0,0 +1,5 @@ +<?xml version="1.0"?> +<!DOCTYPE a [ +<!ELEMENT a (#PCDATA | b | c | d | c)*> +]> +<a> violates [ VC: No Duplicate Types ] </a> |