File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed
apps/oxlint/test/fixtures/isSpaceBetween Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 44< Bar > b c</ Bar > ;
55
66// We should return `false` for `isSpaceBetween(openingElement, closingElement)`, but we currently return `true`
7- < Qux >
8- d
9- e
10- </ Qux > ;
7+ // prettier-ignore
8+ < Qux > d
9+ e</ Qux > ;
Original file line number Diff line number Diff line change 206206 | isSpaceBetweenTokens(openingElement, closingElement): true
207207 | isSpaceBetween(closingElement, openingElement): true
208208 | isSpaceBetweenTokens(closingElement, openingElement): true
209- ,-[files/index.jsx:7:1]
210- 6 | // We should return `false` for `isSpaceBetween(openingElement, closingElement)`, but we currently return `true`
211- 7 | ,-> <Qux>
212- 8 | | d
213- 9 | | e
214- 10 | `-> </Qux>;
215- `----
209+ ,-[files/index.jsx:8:1]
210+ 7 | // prettier-ignore
211+ 8 | ,-> <Qux>d
212+ 9 | `-> e</Qux>;
213+ `----
216214
217215Found 0 warnings and 13 errors.
218216Finished in Xms on 2 files using X threads.
You can’t perform that action at this time.
0 commit comments