On 03/13/2017 01:18 AM, Markus Armbruster wrote:
> When choking on a token where an expression is expected, we report
> 'Expected "{", "[" or string'. Close, but no cigar. Fix it to
> Expected '"{", "[", string, boolean or "null"'.
>
> Missed in commit e53188a.
Will need adjustment again if we
When choking on a token where an expression is expected, we report
'Expected "{", "[" or string'. Close, but no cigar. Fix it to
Expected '"{", "[", string, boolean or "null"'.
Missed in commit e53188a.
Signed-off-by: Markus Armbruster
---
scripts/qapi.py | 3 ++-
te