Re: [PATCH 3/3] qapi-schema: test: add a unit test for parsing array alternates

2022-03-22 Thread Markus Armbruster
Paolo Bonzini writes: > Signed-off-by: Paolo Bonzini > --- > tests/qapi-schema/qapi-schema-test.json | 1 + > tests/qapi-schema/qapi-schema-test.out | 4 +++ > tests/unit/test-qobject-input-visitor.c | 43 + > 3 files changed, 48 insertions(+) > > diff --git

[PATCH 3/3] qapi-schema: test: add a unit test for parsing array alternates

2022-03-21 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- tests/qapi-schema/qapi-schema-test.json | 1 + tests/qapi-schema/qapi-schema-test.out | 4 +++ tests/unit/test-qobject-input-visitor.c | 43 + 3 files changed, 48 insertions(+) diff --git a/tests/qapi-schema/qapi-schema-test.json