diff --git a/apps/oxlint/test/fixtures/isSpaceBetween/files/index.jsx b/apps/oxlint/test/fixtures/isSpaceBetween/files/index.jsx index 074954418c862..d8925d0598c47 100644 --- a/apps/oxlint/test/fixtures/isSpaceBetween/files/index.jsx +++ b/apps/oxlint/test/fixtures/isSpaceBetween/files/index.jsx @@ -4,7 +4,6 @@ b c; // We should return `false` for `isSpaceBetween(openingElement, closingElement)`, but we currently return `true` - - d - e -; +// prettier-ignore +d +e; diff --git a/apps/oxlint/test/fixtures/isSpaceBetween/output.snap.md b/apps/oxlint/test/fixtures/isSpaceBetween/output.snap.md index 2143a93f24818..2d0e66ec3cef8 100644 --- a/apps/oxlint/test/fixtures/isSpaceBetween/output.snap.md +++ b/apps/oxlint/test/fixtures/isSpaceBetween/output.snap.md @@ -206,13 +206,11 @@ | isSpaceBetweenTokens(openingElement, closingElement): true | isSpaceBetween(closingElement, openingElement): true | isSpaceBetweenTokens(closingElement, openingElement): true - ,-[files/index.jsx:7:1] - 6 | // We should return `false` for `isSpaceBetween(openingElement, closingElement)`, but we currently return `true` - 7 | ,-> - 8 | | d - 9 | | e - 10 | `-> ; - `---- + ,-[files/index.jsx:8:1] + 7 | // prettier-ignore + 8 | ,-> d + 9 | `-> e; + `---- Found 0 warnings and 13 errors. Finished in Xms on 2 files using X threads.