From f2f20d5cae37064a329ee451efb6f2f26e2a0f0b Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Wed, 8 Apr 2015 19:34:18 +0200 Subject: started to implement capabilities for ontology serialization. --- .../user_defined_syntax/token_escaping.in.osml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'testdata/integration/user_defined_syntax/token_escaping.in.osml') diff --git a/testdata/integration/user_defined_syntax/token_escaping.in.osml b/testdata/integration/user_defined_syntax/token_escaping.in.osml index 66ad1eb..79f6bc7 100644 --- a/testdata/integration/user_defined_syntax/token_escaping.in.osml +++ b/testdata/integration/user_defined_syntax/token_escaping.in.osml @@ -2,20 +2,9 @@ This test checks whether tokens starting with the default field indicator at the beginning works by escaping the "!" with a backslash. }% -\document -\ontology#test{ - \struct#a[root=true] - \field - \childRef[ref=b] - \childRef[ref=c] - \struct#b - \syntax - \short{\!=} - \struct#c - \syntax - \short{=} -} +\document +\import[ontology]{./token_escaping.osml} \begin{a} = != \end{a} -- cgit v1.2.3