This commit is contained in:
rginda%netscape.com 2000-01-19 00:47:24 +00:00
Родитель d3535034d0
Коммит e5ee075f82
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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");