diff options
Diffstat (limited to '030container.cc')
-rw-r--r-- | 030container.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/030container.cc b/030container.cc index 2bc540bb..5b150250 100644 --- a/030container.cc +++ b/030container.cc @@ -339,6 +339,18 @@ container foo [ ] +warn: unknown type for field y in foo +:(scenario read_container_with_bracket_in_comment) +container foo [ + x:number + # ']' in comment + y:number +] ++parse: reading container foo ++parse: element name: x ++parse: type: 1 ++parse: element name: y ++parse: type: 1 + :(before "End Load Sanity Checks") check_container_field_types(); |