diff --git a/src/testsuite.in b/src/testsuite.in index 560b60334c5c694765807aac12542862f93ae4a5..f7be1dd945ce5c785ed6bf3bf69ecbbb504c4ad5 100644 --- a/src/testsuite.in +++ b/src/testsuite.in @@ -11859,7 +11859,7 @@ test_eq(utf8_to_string("\370\277\207\270\277", 1), "\77077077") test_eq(utf8_to_string("\367\207\270\277", 1), "\7077077") test_eval_error(return utf8_to_string("\355\257\277\355\277\277\355\257\200\355\260\200\355\240\200\355\260\200")) test_eq(utf8_to_string("\355\257\277\355\277\277\355\257\200\355\260\200\355\240\200\355\260\200", 2), "\U0010ffff\U00100000\U00010000") -test_eq(string_to_utf8("\364\217\277\277\364\200\200\200\360\220\200\200"), "\U0010ffff\U00100000\U00010000") +test_eq(utf8_to_string("\364\217\277\277\364\200\200\200\360\220\200\200"), "\U0010ffff\U00100000\U00010000") test_eq(utf8_to_string("\347\270\277"), "\77077") test_eq(utf8_to_string("bl\303\244"), "bl�") test_eq(utf8_to_string("foo"), "foo")