X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftsticonv.c;h=61492b5fc65690255be6856e443c26fe2e546269;hb=4d35e2e6ab9c8d544292cbd94a574dec6694cf9a;hp=c4e75d7132b956eb23e725e3e02abde55fb726a5;hpb=43a7aff23f364fd3fac6e9746c53cda01be13738;p=yaz-moved-to-github.git diff --git a/test/tsticonv.c b/test/tsticonv.c index c4e75d7..61492b5 100644 --- a/test/tsticonv.c +++ b/test/tsticonv.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tsticonv.c,v 1.11 2005-08-22 20:34:23 adam Exp $ + * $Id: tsticonv.c,v 1.12 2005-10-28 18:36:59 adam Exp $ */ #if HAVE_CONFIG_H @@ -159,6 +159,14 @@ static void tst_marc8_to_ucs4b() "\xe5\xe8\x41", 12, "\x00\x00\x00\x41" "\x00\x00\x03\x04" "\x00\x00\x03\x08" }, + { /* bug #416 */ + "\xEB\x74\xEC\x73", + 12, "\x00\x00\x00\x74" "\x00\x00\x03\x61" "\x00\x00\x00\x73" + }, + { /* bug #416 */ + "\xFA\x74\xFB\x73", + 12, "\x00\x00\x00\x74" "\x00\x00\x03\x60" "\x00\x00\x00\x73" + }, { 0, 0, 0 }