Bug 160523 - RegExp "u" flag, case folding
Summary: RegExp "u" flag, case folding
Status: RESOLVED DUPLICATE of bug 158505
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks: 160392
  Show dependency treegraph
 
Reported: 2016-08-03 13:36 PDT by Saam Barati
Modified: 2020-08-30 03:28 PDT (History)
12 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***