On 08/17/2018 10:05 AM, Markus Armbruster wrote:
simple_string() and single_quote_string() have become redundant with escaped_string(), except fot embedded single and double quotes.
s/fot/for/
Replace them by a test that covers just that. Signed-off-by: Markus Armbruster <[email protected]> --- tests/check-qjson.c | 64 ++++++++++----------------------------------- 1 file changed, 14 insertions(+), 50 deletions(-)
Reviewed-by: Eric Blake <[email protected]> -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org
