[Webkit-unassigned] [Bug 16694] New: Acid3 expects JSC to ignore Unicode CF chars when parsing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 1 01:41:56 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16694

           Summary: Acid3 expects JSC to ignore Unicode CF chars when
                    parsing
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


Acid3 expects JSC to ignore Unicode CF chars when parsing

We throw an exception here, instead of ignoring U+2062.  I expect there are
other CF codepoints which we are supposed to ignore as well.

    function () {
      // test 84: ES3 section 7.1 (Cf characters are ignored)
      var times = "\u2062"; // U+2062 INVISIBLE TIMES
      var v1 = eval("2" + times + "3");
      assert(v1 == 23, "U+2062 was not ignored when parsing script");
      return 6;
    },


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list