Skip to content

Commit

Permalink
test: add removable newlines in new test
Browse files Browse the repository at this point in the history
  • Loading branch information
idoros committed Jun 12, 2024
1 parent 61e5422 commit 9473c9e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/code-formatter/test/formatter-experimental.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -666,13 +666,21 @@ describe('formatter - experimental', () => {
source: `
.root {
prop1:
/*start standalone line*/
AAA,
/*inline before*/ BBB /*inline after*/
CCC
/*middle standalone line*/
DDD
/*end standalone line*/
;
}
`,
Expand Down

0 comments on commit 9473c9e

Please sign in to comment.