assert.Contains(t,warnings,"warning: skipped value for level1.level2.level3.boat: Not a table.")
assert.Contains(t,warnings,"warning: destination for level1.level2.level3.spear.tip is a table. Ignoring non-table value (true)")
assert.Contains(t,warnings,"warning: cannot overwrite table with non table for level1.level2.level3.spear.sail (map[cotton:true])")
assert.Contains(t,warnings,"warning: skipped value for level1.level2.level3.boat: Not a map/object.")
assert.Contains(t,warnings,"warning: destination for level1.level2.level3.spear.tip is a map/object. Ignoring non-map value (true)")
assert.Contains(t,warnings,"warning: destination for level1.level2.level3.spear.sail is a non-map value (type: bool). Ignoring map/object value (map[cotton:true])")