summaryrefslogtreecommitdiff
path: root/testdata/osmlparser
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-18 00:07:42 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-18 00:07:42 +0100
commita0719a9a3e1c0970c0207fa4beec150613f1a768 (patch)
tree53f707ded02b28f83352bcd077cf665590ee0205 /testdata/osmlparser
parent80e5c01f09667ebdc2ad9f950c0e83b8a0b64a41 (diff)
Fixed bug #80 and added unit test
Diffstat (limited to 'testdata/osmlparser')
-rw-r--r--testdata/osmlparser/structure_inheritance.osml6
1 files changed, 6 insertions, 0 deletions
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]
+