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/rollback_on_invalid_element.osml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testdata/osmlparser/rollback_on_invalid_element.osml') 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{!} -- cgit v1.2.3