[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:20:11 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159224
--- Comment #5 from Sri Vijayaraghavan <svijayaraghavan at apple.com> ---
/(?=.*test)(?=.*jsc)/ or /(?=.*test)(?=.*jsc)/ would work, as would using two regexes. Will upload after testing locally.
--
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/a9782e6e/attachment.html>
More information about the webkit-unassigned
mailing list