diff options
Diffstat (limited to 'testdata/integration/user_defined_syntax/wikilike.osml')
-rw-r--r-- | testdata/integration/user_defined_syntax/wikilike.osml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/testdata/integration/user_defined_syntax/wikilike.osml b/testdata/integration/user_defined_syntax/wikilike.osml deleted file mode 100644 index 694b8ee..0000000 --- a/testdata/integration/user_defined_syntax/wikilike.osml +++ /dev/null @@ -1,37 +0,0 @@ -\ontology#book{ - \struct#book[root=true] - \field - \childRef[ref=section] - \childRef[ref=paragraph] - \struct#section - \primitive#title[type=string,subtree=true] - \syntax - \open{==} - \close{==} - \field - \childRef[ref=paragraph] - \struct#paragraph[transparent=true] - \syntax - \close{\paragraph} - \field - \childRef[ref=text] - \childRef[ref=code] - \childRef[ref=speech] - \childRef[ref=thought] - \struct#code - \syntax - \open{`} - \close{`} - \field - \childRef[ref=text] - \struct#speech - \syntax - \open{<<} - \close{>>} - \fieldRef[ref=paragraph.$default] - \struct#text[transparent=true] - \primitive[type=string] - \struct#thought - \syntax - \short{--} -} |