On 23/02/21 10:06, Markus Armbruster wrote:
> Markus, did you rebuild the qtests after disabling single-quoted
> strings? "make check-qtest-x86_64" would have rebuilt them, but I'm
> confused by the results.
I ran "make check" and looked at the failures:
Still confused?
Yes. What's the patch that you used to disable the single quotes, and
why didn't the patched parser choke on
response = qmp("{ 'execute': 'qom-get', 'arguments': {
'path': %s, "
"'property': 'temperature' } }", id);
?
Paolo