summaryrefslogtreecommitdiff
path: root/test/VCM/v22.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/VCM/v22.xml')
-rw-r--r--test/VCM/v22.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/VCM/v22.xml b/test/VCM/v22.xml
deleted file mode 100644
index d0376f7..0000000
--- a/test/VCM/v22.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE doc [
-<!ELEMENT doc (a, b, c, b, c, d) >
-<!ELEMENT a EMPTY>
-<!ELEMENT b EMPTY>
-<!ELEMENT c EMPTY>
-<!ELEMENT d EMPTY>
-<!ENTITY c "<c/>">
-<!ENTITY bc "<b/>&c;">
-]>
-<doc>
-<a/>
-&bc;
-&bc;
-<d/>
-</doc>