Bug 172634
Summary: | Implement RegExp `s` (`dotAll`) flag | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mathias Bynens <mathias> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | fpizlo, mathias, msaboff, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Mathias Bynens
This proposal is currently at stage 3 and seeking implementations. https://github.com/tc39/proposal-regexp-dotall-flag
Test262 files under the `regexp-dotall` features flag:
* test/annexB/built-ins/RegExp/prototype/flags/order-after-compile.js
* test/built-ins/RegExp/dotall/with-dotall-unicode.js
* test/built-ins/RegExp/dotall/with-dotall.js
* test/built-ins/RegExp/duplicate-flags.js
* test/built-ins/RegExp/prototype/dotAll/length.js
* test/built-ins/RegExp/prototype/dotAll/name.js
* test/built-ins/RegExp/prototype/dotAll/prop-desc.js
* test/built-ins/RegExp/prototype/dotAll/this-val-invalid-obj.js
* test/built-ins/RegExp/prototype/dotAll/this-val-non-obj.js
* test/built-ins/RegExp/prototype/dotAll/this-val-regexp-prototype.js
* test/built-ins/RegExp/prototype/dotAll/this-val-regexp.js
* test/built-ins/RegExp/prototype/flags/order.js
* test/built-ins/RegExp/prototype/flags/s.js
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/32437595>
Mathias Bynens
Per https://developer.apple.com/safari/technology-preview/release-notes/, it seems this can be closed. Any links to the relevant patch?
Michael Saboff
This has already been implemented. See https://bugs.webkit.org/show_bug.cgi?id=175924
*** This bug has been marked as a duplicate of bug 175924 ***