diff options
Diffstat (limited to 'test/VC/ElementValid7')
-rw-r--r-- | test/VC/ElementValid7 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/VC/ElementValid7 b/test/VC/ElementValid7 deleted file mode 100644 index a88115f..0000000 --- a/test/VC/ElementValid7 +++ /dev/null @@ -1,7 +0,0 @@ -<!DOCTYPE doc [ -<!ELEMENT doc ((a | b)* , c+, a, b?, c, a?)> -<!ELEMENT a EMPTY> -<!ELEMENT b (#PCDATA)> -<!ELEMENT c (#PCDATA)> -]> -<doc><a/><b/><a/><c/><c/><a/></doc> |