From a7019614896fdd3e29b9a28f6a8cfd2c1b365983 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Sun, 1 Mar 2015 20:47:25 +0100 Subject: Renamed domain to ontology. --- testdata/osmlparser/inline_ontology.osml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testdata/osmlparser/inline_ontology.osml (limited to 'testdata/osmlparser/inline_ontology.osml') diff --git a/testdata/osmlparser/inline_ontology.osml b/testdata/osmlparser/inline_ontology.osml new file mode 100644 index 0000000..1bba1f6 --- /dev/null +++ b/testdata/osmlparser/inline_ontology.osml @@ -0,0 +1,14 @@ +\begin{document} + +\ontology#testOntology + \struct#test[isRoot=true] + \field + \childRef[ref=a] + \struct#a + +\begin{test} +\a +\end{test} + +\end{document} + -- cgit v1.2.3