Bug 160523

Summary: RegExp "u" flag, case folding
Product: WebKit Reporter: Saam Barati <saam>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ashvayka, benjamin, fpizlo, ggaren, gskachkov, keith_miller, mark.lam, msaboff, oliver, sukolsak, ticaiolima, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 160392    

Description Saam Barati 2016-08-03 13:36:00 PDT
See https://github.com/tc39/ecma262/pull/525
Comment 1 Michael Saboff 2016-08-03 13:51:19 PDT
This work has already been done and landed in change set r202490: <http://trac.webkit.org/changeset/202490>.

*** This bug has been marked as a duplicate of bug 158505 ***
Comment 2 Michael Saboff 2016-08-03 14:00:20 PDT
The kangax table at http://kangax.github.io/compat-table/es2016plus/ is showing that we are failing.  I'll investigate whether it is our implementation or kangax.
Comment 3 Alexey Shvayka 2020-08-30 03:28:08 PDT
(In reply to Michael Saboff from comment #2)
> The kangax table at http://kangax.github.io/compat-table/es2016plus/ is
> showing that we are failing.  I'll investigate whether it is our
> implementation or kangax.

kangax/compat-table's initial feature test case was incorrect; fixed in https://github.com/kangax/compat-table/commit/432259e26ddc05488b6d2cb37e3c1a44edeed93d.

*** This bug has been marked as a duplicate of bug 158505 ***