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/rollback_on_invalid_element.osml | |
parent | 466ff991bcfad76d78100193aacbfaf74d542b26 (diff) |
Renamed isSubtree to subtree and isRoot to root
Diffstat (limited to 'testdata/osmlparser/rollback_on_invalid_element.osml')
-rw-r--r-- | testdata/osmlparser/rollback_on_invalid_element.osml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/osmlparser/rollback_on_invalid_element.osml b/testdata/osmlparser/rollback_on_invalid_element.osml index 282e741..16fc629 100644 --- a/testdata/osmlparser/rollback_on_invalid_element.osml +++ b/testdata/osmlparser/rollback_on_invalid_element.osml @@ -1,14 +1,14 @@ \begin{document} \ontology#testOntology - \struct#test[isRoot=true] + \struct#test[root=true] \field \childRef[ref=a] \struct#a \field \childRef[ref=b] \struct#b - \primitive[type=string,optional=true] + \primitive[type=string, optional=true] \begin{test} \a{!} |