| commit | 069946f402de10f544e198b0b5c016e2a70e8dd4 | [log] [tgz] |
|---|---|---|
| author | Markus Armbruster <armbru@redhat.com> | Thu Aug 23 18:39:38 2018 +0200 |
| committer | Markus Armbruster <armbru@redhat.com> | Fri Aug 24 20:26:37 2018 +0200 |
| tree | 36311096f0a13289aa57b4a0c09fc7aa7d54ccd8 | |
| parent | e0fe2a978e9a8c0a712afa5cfd5bc38e389ae30f [diff] |
check-qjson: Consolidate partly redundant string tests simple_string() and single_quote_string() have become redundant with escaped_string(), except for embedded single and double quotes. Replace them by a test that covers just that. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20180823164025.12553-12-armbru@redhat.com>