diff options
Diffstat (limited to 'testdata/integration/user_defined_syntax/ambiguous_tokens1.fail.osml')
-rw-r--r-- | testdata/integration/user_defined_syntax/ambiguous_tokens1.fail.osml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testdata/integration/user_defined_syntax/ambiguous_tokens1.fail.osml b/testdata/integration/user_defined_syntax/ambiguous_tokens1.fail.osml new file mode 100644 index 0000000..ffc0d64 --- /dev/null +++ b/testdata/integration/user_defined_syntax/ambiguous_tokens1.fail.osml @@ -0,0 +1,16 @@ +\document +\ontology#test + \struct#test[root=true] + \field + \childRef[a] + \childRef[b] + \struct#a + \syntax + \open{=} + \struct#b + \syntax + \short{=} + +\begin{test} += +\end{test} |