]> git.proxmox.com Git - qemu.git/commit
check-qjson: Test noncharacters other than U+FFFE, U+FFFF in strings
authorMarkus Armbruster <armbru@redhat.com>
Thu, 11 Apr 2013 16:07:20 +0000 (18:07 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 13 Apr 2013 19:40:17 +0000 (19:40 +0000)
commit1d50c8e947180174acb02bad9ff95e0aee6249ea
treeaf7699d04ce94fef3c9967fb3580f0ca5a66bcf2
parentd6244e2ce48b353402eff271d382ee6fd47ce166
check-qjson: Test noncharacters other than U+FFFE, U+FFFF in strings

Test cases cover the two noncharacters in the BMP.  Add tests for the
other 64 noncharacters.

Three existing test cases involve noncharacters U+FFFF and U+10FFFF.
Instead of deleting them as now duplicates, adjust them to use U+FFFC
and U+10FFFFD.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tests/check-qjson.c