aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testdata/suite.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/testdata/suite.dtd')
-rw-r--r--testing/testdata/suite.dtd6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/testdata/suite.dtd b/testing/testdata/suite.dtd
new file mode 100644
index 000000000..65025672a
--- /dev/null
+++ b/testing/testdata/suite.dtd
@@ -0,0 +1,6 @@
+<!DOCTYPE suite [
+ <!ELEMENT suite (ajc-test+)>
+ <!ELEMENT ajc-test (compile+,run+)>
+ <!ELEMENT compile (#PCDATA)>
+ <!ELEMENT run (#PCDATA)>
+ ]> \ No newline at end of file