*** empty log message ***

This commit is contained in:
janna
2004-10-28 11:46:37 +00:00
parent b99bcb1ab6
commit 855fc1e1f8
3 changed files with 79 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
abstract TestHTML = Structural ** {
-- a random sample of lexicon to test resource grammar with
cat HTMLdoc; HTMLtag;
fun
htmlText: HTMLtag -> HTMLtag -> HTMLdoc;
head, body: HTMLtag;
} ;