Closed ShadowCat567 closed 1 month ago
Latest commit: d9492c561e3e9598d3506f2c2945f44d5c474dc3
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Problem
Windows line endings (\r\n) would cause tests in
api_usage_generator.test.ts
to fail because the expected output would differ from the actual output due to \r character. Issue number, if available:Changes
\r characters are now replaced with empty strings in the actual output Corresponding docs PR, if applicable:
Validation
tests are now passing on Windows
Checklist
run-e2e
label set.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.