[Webkit-unassigned] [Bug 260104] AX: Test style cleanup for aria-current.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 14 06:44:22 PDT 2023


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

--- Comment #3 from Andres Gonzalez <andresg_22 at apple.com> ---
(In reply to Joshua Hoffman from comment #2)
> Created attachment 467249 [details]
> Patch

Thanks Josh. One more style guideline and we are there. Use JS templete strings instead of concatenation, e.g.:

-    output += "PASS: AXARIACurrent is " + value + "\n";

+    output += `PASS: AXARIACurrent is ${value}\n`;

-- 
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/20230814/2602628b/attachment-0001.htm>


More information about the webkit-unassigned mailing list