Browse Source
Commit 9d55380b5a "qapi: Remove null from schema language" (v4.2.0)
neglected to update two error messages. Do that now.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210224101442.1837475-1-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
pull/198/head
3 changed files with 6 additions and 6 deletions
@ -1 +1 @@ |
|||
leading-comma-list.json:2:13: expected '{', '[', ']', string, boolean or 'null' |
|||
leading-comma-list.json:2:13: expected '{', '[', ']', string, or boolean |
|||
|
|||
@ -1 +1 @@ |
|||
trailing-comma-list.json:2:36: expected '{', '[', string, boolean or 'null' |
|||
trailing-comma-list.json:2:36: expected '{', '[', string, or boolean |
|||
|
|||
Loading…
Reference in new issue