summaryrefslogtreecommitdiff
path: root/testdata/osxmlparser
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-03 20:20:59 +0100
committerAndreas Stöckel <andreas@somweyr.de>2015-03-03 20:20:59 +0100
commitec758436a01903ded6ec5951fa1fc5d2fe062239 (patch)
tree4dd95626d1efce4bf8cd8c0f6bb7fda8d6a6b968 /testdata/osxmlparser
parent42c0480b4fbf80afa0c5b13650a0af74311d7202 (diff)
Added unit tests for annotation handling
Diffstat (limited to 'testdata/osxmlparser')
-rw-r--r--testdata/osxmlparser/simple_annotation.osxml9
1 files changed, 9 insertions, 0 deletions
diff --git a/testdata/osxmlparser/simple_annotation.osxml b/testdata/osxmlparser/simple_annotation.osxml
new file mode 100644
index 0000000..7eb1713
--- /dev/null
+++ b/testdata/osxmlparser/simple_annotation.osxml
@@ -0,0 +1,9 @@
+<document>
+ <import rel="ontology" src="./book_ontology.osxml"/>
+ <import rel="ontology" src="./comments_ontology.osxml"/>
+
+ <book>
+ This is a <a:start:comment>This is not a nice test!</a:start:comment>test<a:end:comment/>.
+ </book>
+</document>
+