<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>16694</bug_id>
          
          <creation_ts>2008-01-01 01:41:56 -0800</creation_ts>
          <short_desc>Acid3 expects JSC to ignore Unicode Cf chars when parsing</short_desc>
          <delta_ts>2008-01-01 21:57:50 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>4931</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>ian</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>65882</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2008-01-01 01:41:56 -0800</bug_when>
    <thetext>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 = &quot;\u2062&quot;; // U+2062 INVISIBLE TIMES
      var v1 = eval(&quot;2&quot; + times + &quot;3&quot;);
      assert(v1 == 23, &quot;U+2062 was not ignored when parsing script&quot;);
      return 6;
    },</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>65891</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2008-01-01 03:23:00 -0800</bug_when>
    <thetext>This is a duplicate of bug 4931 and a WONTFIX, unless there is some new data to consider.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>65977</commentid>
    <comment_count>2</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2008-01-01 21:57:50 -0800</bug_when>
    <thetext>I&apos;ll mark this as duplicate. I Hixie&apos;s probably going to omit this from Acid3.

*** This bug has been marked as a duplicate of 4931 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>