From 42b971f28e55f68c3e27e625ae53c8b70772258a Mon Sep 17 00:00:00 2001 From: Olivier Ligot Date: Wed, 12 Sep 2012 17:14:49 +0200 Subject: [PATCH] [FIX] Unknown identifier 'unescaped_string' --- test/autotest/test_suite/test_json_core.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/autotest/test_suite/test_json_core.e b/test/autotest/test_suite/test_json_core.e index ad8326b9..d2faa7e1 100644 --- a/test/autotest/test_suite/test_json_core.e +++ b/test/autotest/test_suite/test_json_core.e @@ -632,7 +632,7 @@ feature -- Test jrep := "%"foo\\bar%"" create parser.make_parser (jrep) if attached {JSON_STRING} parser.parse as jstring then - assert ("unescaped string %"foo\\bar%" to %"foo\bar%"", jstring.unescaped_string.same_string ("foo\bar")) + assert ("unescaped string %"foo\\bar%" to %"foo\bar%"", jstring.unescaped_string_8.same_string ("foo\bar")) end create js.make_json_from_string_32 ({STRING_32}"%/20320/%/22909/")