diff options
Diffstat (limited to 'testdata/osmlparser/overlapping_annotations.osml')
-rw-r--r-- | testdata/osmlparser/overlapping_annotations.osml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testdata/osmlparser/overlapping_annotations.osml b/testdata/osmlparser/overlapping_annotations.osml new file mode 100644 index 0000000..be28070 --- /dev/null +++ b/testdata/osmlparser/overlapping_annotations.osml @@ -0,0 +1,18 @@ +\begin{document} + +\ontology#testOntology + \struct#test[root=true] + \field + \childRef[ref=a] + \struct#a[transparent=true] + \primitive[type=string] + \annotation#comment + \primitive[type=string] + +\begin{test} +This is a <\comment#c1{Not a nice test!}test <\comment#c2{Change this to: +"for overlapping annotations!"}for\comment#c1> annotations\comment#c2>. +\end{test} + +\end{document} + |