Markus Klotzbuecher

Results 1 issues of Markus Klotzbuecher

It seems that the `array_of` type doesn't detect invalid keys in the top-level table. **Example**: ```lua local types = require("tableshape").types local oneof_shape = types.array_of( types.shape { foo = types.number} )...