[Webkit-unassigned] [Bug 165453] check-webkit-style: false positive caused by regex literal matching in SingleQuoteChecker

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 10 14:56:17 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=165453

--- Comment #3 from Ross Kirsling <ross.kirsling at sony.com> ---
To be clearer:

> return `'${foo}'`;
is viewed as an error, while 

> return 'foo'; /* bar */
is not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170510/2cb8d6bc/attachment.html>


More information about the webkit-unassigned mailing list