diff options
Diffstat (limited to 'testdata')
| -rw-r--r-- | testdata/osmlparser/structure_inheritance.osml | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/osmlparser/structure_inheritance.osml b/testdata/osmlparser/structure_inheritance.osml new file mode 100644 index 0000000..6b88f2f --- /dev/null +++ b/testdata/osmlparser/structure_inheritance.osml @@ -0,0 +1,6 @@ +\domain#test +	\struct#a +		\primitive[type=string] +	\struct#b[isa=a] +		\primitive#color[type=string,isSubtree=true] +  | 
