From 7acce0fb451f119fe0487d7a859950744d3b9e23 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 17 Feb 2015 18:28:11 +0100 Subject: Fixed issue #78 and added unit test --- testdata/osmlparser/inline_domain.osml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testdata/osmlparser/inline_domain.osml (limited to 'testdata/osmlparser/inline_domain.osml') diff --git a/testdata/osmlparser/inline_domain.osml b/testdata/osmlparser/inline_domain.osml new file mode 100644 index 0000000..1d71df4 --- /dev/null +++ b/testdata/osmlparser/inline_domain.osml @@ -0,0 +1,14 @@ +\begin{document} + +\domain#testDomain + \struct#test[isRoot=true] + \field + \childRef[ref=a] + \struct#a + +\begin{test} +\a +\end{test} + +\end{document} + -- cgit v1.2.3