From 78f24b65e4a84c528338cc52e71efa4aa58e656e Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 3 Mar 2015 15:17:51 +0100 Subject: Renamed isSubtree to subtree and isRoot to root --- testdata/osmlparser/structure_inheritance.osml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testdata/osmlparser/structure_inheritance.osml') 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] -- cgit v1.2.3