Eric Blake <ebl...@redhat.com> writes: > Our testsuite had no coverage of empty arrays, nor of what > happens when the input does not match the expected type. > Useful to have, especially if we start changing the visitor > contracts. > > Signed-off-by: Eric Blake <ebl...@redhat.com> > > --- > v9: move earlier in series (was 16/17) > v8: no change > v7: no change > v6: new patch > --- > tests/test-qmp-input-visitor.c | 51 > ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 51 insertions(+)
Should we update test-qmp-input-strict.c as well? Patch looks good.