]> git.proxmox.com Git - qemu.git/commit
Fix qjson test of solidus encoding
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 26 Aug 2011 17:52:11 +0000 (19:52 +0200)
committerJustin M. Forbes <jforbes@redhat.com>
Mon, 3 Oct 2011 19:38:17 +0000 (14:38 -0500)
commitb89f4a7d2a9d4261288ae4d75ae103177c172c3f
treee440ac26e1bc1b6f1c690b61488df2f8008342a4
parentfbdd7c8bd53aa8228b6faca00d29ce60a42ae8b2
Fix qjson test of solidus encoding

"\/" is supposed to be decoded as "/", but there is no need to encode
"/" via escape. Fix the existing test and add a second one expressing
this.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Acked-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
check-qjson.c