summaryrefslogtreecommitdiff
path: root/testdata/osmlparser/structure_inheritance.osml
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-03 15:17:51 +0100
committerAndreas Stöckel <andreas@somweyr.de>2015-03-03 15:17:51 +0100
commit78f24b65e4a84c528338cc52e71efa4aa58e656e (patch)
tree2a61cbdecae1f658999d226a9c9630bb90d9338c /testdata/osmlparser/structure_inheritance.osml
parent466ff991bcfad76d78100193aacbfaf74d542b26 (diff)
Renamed isSubtree to subtree and isRoot to root
Diffstat (limited to 'testdata/osmlparser/structure_inheritance.osml')
-rw-r--r--testdata/osmlparser/structure_inheritance.osml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/osmlparser/structure_inheritance.osml b/testdata/osmlparser/structure_inheritance.osml
index 008778a..2dc0b58 100644
--- a/testdata/osmlparser/structure_inheritance.osml
+++ b/testdata/osmlparser/structure_inheritance.osml
@@ -2,5 +2,5 @@
\struct#a
\primitive[type=string]
\struct#b[isa=a]
- \primitive#color[type=string,isSubtree=true]
+ \primitive#color[type=string, subtree=true]