diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-03 15:17:51 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-03-03 15:17:51 +0100 |
commit | 78f24b65e4a84c528338cc52e71efa4aa58e656e (patch) | |
tree | 2a61cbdecae1f658999d226a9c9630bb90d9338c /testdata/osmlparser/struct_with_no_field.osml | |
parent | 466ff991bcfad76d78100193aacbfaf74d542b26 (diff) |
Renamed isSubtree to subtree and isRoot to root
Diffstat (limited to 'testdata/osmlparser/struct_with_no_field.osml')
-rw-r--r-- | testdata/osmlparser/struct_with_no_field.osml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/osmlparser/struct_with_no_field.osml b/testdata/osmlparser/struct_with_no_field.osml index 4f27998..7c8c09d 100644 --- a/testdata/osmlparser/struct_with_no_field.osml +++ b/testdata/osmlparser/struct_with_no_field.osml @@ -1,7 +1,7 @@ \document \ontology#test - \struct#a[isRoot=true] + \struct#a[root=true] \field \childRef[ref=b] \struct#b |