diff --git a/src/testsuite.in b/src/testsuite.in index 350905a7f926fa5f43bc548a66fe1d8fa2c0f59c..2187fbbaabe746e50bb9e548efae03102cfa097a 100644 --- a/src/testsuite.in +++ b/src/testsuite.in @@ -1,4 +1,4 @@ -stest_true([["$Id: testsuite.in,v 1.128 1998/10/15 13:53:49 grubba Exp $"]]) +stest_true([["$Id: testsuite.in,v 1.129 1998/10/15 15:49:30 grubba Exp $"]]) cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals()) @@ -2400,7 +2400,7 @@ test_any([[int x=time(); sleep(2); return x!=time()]],1) // - string_to_unicode, unicode_to_string test_eq(string_to_unicode("foo"), "\0f\0o\0o") -test_eq(string_to_unicode("bl�"), "\0b\0l\o�") +test_eq(string_to_unicode("bl�"), "\0b\0l\0�") 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.