[Webkit-unassigned] [Bug 248721] New: Avoid trailing whitespace when generating import-expectations.json
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Dec 3 15:06:17 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=248721
Bug ID: 248721
Summary: Avoid trailing whitespace when generating
import-expectations.json
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ntim at apple.com
Generating import-expectations.json can cause trailing whitespaces, in older versions of Python, this causes noise in WPT import diffs.
This is because older versions of python have `separators=(', ', ': ')` as default separators instead of `separators=(',', ': ')`.
--
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/20221203/a3b074a3/attachment.htm>
More information about the webkit-unassigned
mailing list