From a0719a9a3e1c0970c0207fa4beec150613f1a768 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Wed, 18 Feb 2015 00:07:42 +0100 Subject: Fixed bug #80 and added unit test --- testdata/osmlparser/structure_inheritance.osml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testdata/osmlparser/structure_inheritance.osml (limited to 'testdata/osmlparser/structure_inheritance.osml') diff --git a/testdata/osmlparser/structure_inheritance.osml b/testdata/osmlparser/structure_inheritance.osml new file mode 100644 index 0000000..6b88f2f --- /dev/null +++ b/testdata/osmlparser/structure_inheritance.osml @@ -0,0 +1,6 @@ +\domain#test + \struct#a + \primitive[type=string] + \struct#b[isa=a] + \primitive#color[type=string,isSubtree=true] + -- cgit v1.2.3