From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGCHP-0000gl-65 for qemu-devel@nongnu.org; Thu, 14 Mar 2013 13:49:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGCHL-0001bX-P9 for qemu-devel@nongnu.org; Thu, 14 Mar 2013 13:49:27 -0400 Received: from oxygen.pond.sub.org ([2a01:4f8:121:10e4::3]:46056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGCHL-0001ax-Ij for qemu-devel@nongnu.org; Thu, 14 Mar 2013 13:49:23 -0400 From: Markus Armbruster Date: Thu, 14 Mar 2013 18:49:18 +0100 Message-Id: <1363283360-26220-3-git-send-email-armbru@redhat.com> In-Reply-To: <1363283360-26220-1-git-send-email-armbru@redhat.com> References: <1363283360-26220-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 2/4] check-qjson: Fix up a few bogus comments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, aliguori@us.ibm.com Signed-off-by: Markus Armbruster --- tests/check-qjson.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/check-qjson.c b/tests/check-qjson.c index ec85a0c..852124a 100644 --- a/tests/check-qjson.c +++ b/tests/check-qjson.c @@ -4,7 +4,7 @@ * * Authors: * Anthony Liguori - * Markus Armbruster , + * Markus Armbruster * * This work is licensed under the terms of the GNU LGPL, version 2.1 or later. * See the COPYING.LIB file in the top-level directory. @@ -462,8 +462,7 @@ static void utf8_string(void) }, /* 3.3.4 5-byte sequence with last byte missing (U+0000) */ { - /* invalid */ - "\"\xF8\x80\x80\x80\"", /* bug: not corrected */ + "\"\xF8\x80\x80\x80\"", NULL, /* bug: rejected */ "\"\\u8000\\uFFFF\"", /* bug: want "\"\\uFFFF\"" */ "\xF8\x80\x80\x80", -- 1.7.11.7