RESOLVED FIXED 248721
Avoid trailing whitespace when generating import-expectations.json
https://bugs.webkit.org/show_bug.cgi?id=248721
Summary Avoid trailing whitespace when generating import-expectations.json
Tim Nguyen (:ntim)
Reported 2022-12-03 15:06:17 PST
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=(',', ': ')`.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-12-03 15:08:38 PST
Tim Nguyen (:ntim)
Comment 2 2022-12-03 15:12:41 PST
EWS
Comment 3 2022-12-03 15:18:27 PST
Committed 257335@main (06d28085c8e7): <https://commits.webkit.org/257335@main> Reviewed commits have been landed. Closing PR #7121 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.