diff options
author | wisberg <wisberg> | 2002-12-16 18:14:27 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 18:14:27 +0000 |
commit | 1025cde05abe95be6ca65aab3ba126258efc647f (patch) | |
tree | 7d40d6fa06fef869e4d38cbe44ce431011e2eff8 /testing/testdata/suite.dtd | |
parent | d842c4f1139629c1f062b74ba818d233b2c31043 (diff) | |
download | aspectj-1025cde05abe95be6ca65aab3ba126258efc647f.tar.gz aspectj-1025cde05abe95be6ca65aab3ba126258efc647f.zip |
initial version
Diffstat (limited to 'testing/testdata/suite.dtd')
-rw-r--r-- | testing/testdata/suite.dtd | 6 |
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 |