From 493acd119d730207524cd69fa25868c978bdf0f9 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Wed, 18 Feb 2015 10:45:40 +0100 Subject: Added test for bug with structs that do not posses a field --- testdata/osmlparser/struct_with_no_field.osml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testdata/osmlparser/struct_with_no_field.osml (limited to 'testdata/osmlparser/struct_with_no_field.osml') 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 + -- cgit v1.2.3