[Webkit-unassigned] [Bug 159224] Use a regex to check if a test step is for JavaScriptCore
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 28 14:25:35 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159224
--- Comment #6 from Sri Vijayaraghavan <svijayaraghavan at apple.com> ---
(In reply to comment #5)
> /(?=.*test)(?=.*jsc)/ or /(?=.*test)(?=.*jsc)/ would work, as would using
> two regexes. Will upload after testing locally.
Meant to say /(?=.*test)(?=.*jsc)/ or /(?=.*jsc)(?=.*test)/, since they are equivalent.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160628/5db0860c/attachment.html>
More information about the webkit-unassigned
mailing list