mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-01 19:25:01 +00:00
We flag this, but the error message is bogus:
bad-if-not.json:2: 'if' condition [] of struct is useless
The next commit will fix it.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210908045428.2689093-5-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
4 lines
114 B
JSON
4 lines
114 B
JSON
# check 'if not' with empy argument
|
|
{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
|
|
'if': { 'not': '' } }
|