test(isolated-declarations): fix multiline comment mismatch in windows#11373
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merge activity
|
There was a problem hiding this comment.
Pull Request Overview
This PR addresses inconsistent multiline JSDoc comments on Windows by converting them into single-line comments and updating the corresponding snapshot.
- Convert multiline block comments to single-line
/** ... */in fixture - Update snapshot file to reflect the new single-line formatting
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| crates/oxc_isolated_declarations/tests/snapshots/class-decorator.snap | Updated snapshot comments to single-line format |
| crates/oxc_isolated_declarations/tests/fixtures/class-decorator.ts | Converted multiline JSDoc comments to single-line |
#11373) Fixes https://github.com/oxc-project/oxc/actions/runs/15327109307/job/43124348533 I don't know why it failed in Windows, I just follow the Boshen way to solve the problem.
8c89d3c to
03e8aa9
Compare
@Dunqing In oxc/apps/oxlint/src/output_formatter/mod.rs Lines 142 to 151 in 1cd8b9c I guess this is something similar |
Thanks for pointing it out! I will take a look. |

Fixes https://github.com/oxc-project/oxc/actions/runs/15327109307/job/43124348533
I don't know why it failed in Windows, I just follow the Boshen way to solve the problem.