summaryrefslogtreecommitdiff
path: root/testdata/osmlparser/struct_with_no_field.osml
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/osmlparser/struct_with_no_field.osml')
-rw-r--r--testdata/osmlparser/struct_with_no_field.osml12
1 files changed, 12 insertions, 0 deletions
diff --git a/testdata/osmlparser/struct_with_no_field.osml b/testdata/osmlparser/struct_with_no_field.osml
new file mode 100644
index 0000000..8cf2d02
--- /dev/null
+++ b/testdata/osmlparser/struct_with_no_field.osml
@@ -0,0 +1,12 @@
+\document
+
+\domain#test
+ \struct#a[isRoot=true]
+ \field
+ \childRef[ref=b]
+ \struct#b
+
+\a
+ \b
+ \b
+