From cb230a4bc7055d2c924effbe60796932624b7ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Thu, 15 Oct 1998 20:40:47 +0200 Subject: [PATCH] Fixed bug in unicode testsuite. Rev: src/testsuite.in:1.130 --- src/testsuite.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testsuite.in b/src/testsuite.in index 2187fbbaab..526b204b4b 100644 --- a/src/testsuite.in +++ b/src/testsuite.in @@ -1,4 +1,4 @@ -stest_true([["$Id: testsuite.in,v 1.129 1998/10/15 15:49:30 grubba Exp $"]]) +stest_true([["$Id: testsuite.in,v 1.130 1998/10/15 18:40:47 grubba Exp $"]]) cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals()) @@ -2404,7 +2404,7 @@ test_eq(string_to_unicode("bl test_eq(string_to_unicode("\77077"), "\176\77") test_eq(string_to_unicode("\777077"), "\330\277\336\77") // Enable when unicode_to_string() understands surrogates. -// test_eq(unicode_to_string("\330\277\336\77"), "\777077") +dnl test_eq(unicode_to_string("\330\277\336\77"), "\777077") // Disable when unicode_to_string() understands surrogates. test_eq(unicode_to_string("\330\277\336\77"), "\154277\157077") test_eq(unicode_to_string("\176\77"), "\77077") -- GitLab