From bd507430a3765d5d0f2cf2ab9ca564fb5850fdde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Thu, 24 May 2018 14:50:12 +0200 Subject: [PATCH] Testsuite [utf8_to_string]: Fixed typo. --- src/testsuite.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testsuite.in b/src/testsuite.in index 560b60334c..f7be1dd945 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") -- GitLab