From e5ee075f82b07ea78c98def7ebfe57e5f85a1f81 Mon Sep 17 00:00:00 2001 From: "rginda%netscape.com" Date: Wed, 19 Jan 2000 00:47:24 +0000 Subject: [PATCH] corrected testcase --- js/tests/ecma_3/Unicode/uc-001.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tests/ecma_3/Unicode/uc-001.js b/js/tests/ecma_3/Unicode/uc-001.js index e1864937ab83..84cf44c2ba35 100644 --- a/js/tests/ecma_3/Unicode/uc-001.js +++ b/js/tests/ecma_3/Unicode/uc-001.js @@ -31,7 +31,7 @@ function test() printStatus ("Unicode format-control character (Category Cf) test."); printBugNumber (23610); - reportCompare ("no error", "'no\u200E error'", + reportCompare ("no error", eval('no\u200E4 error'), "Unicode format-control character test (Category Cf.)"); exitFunc ("test");