flake8
passed.
JSHint
passed.
Review Request #14287 — Created Jan. 7, 2025 and updated
A recent(ish) change made it so the args to DiffParser and friends are
keyword-only. This was causing a bunch of warnings to pop up when
running the tests.
Ran unit tests and saw no relevant warnings.
Summary | ID |
---|---|
6a4a57ac566cb1097415a3edd84ac352571d2cf6 |
Description | From | Last Updated |
---|---|---|
This is all pretty ugly. For all these tests, let's go with the style we typically use: parser = DiffXParser( … |
chipx86 |