Skip to content

Commit f5c2c7a

Browse files
committed
Change comment
1 parent 9e9b130 commit f5c2c7a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

crates/oxc_formatter/tests/fixtures/js/import-attributes/issue-22273.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Should retain space after comma
1+
// Issue #22273 - Should retain space after comma in import attributes
22
import myEmbeddedDb from './my.db' with { type: 'sqlite', embed: 'true' }
33

44
// Should be spread over multiple lines

crates/oxc_formatter/tests/fixtures/js/import-attributes/issue-22273.mjs.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
source: crates/oxc_formatter/tests/fixtures/mod.rs
33
---
44
==================== Input ====================
5-
// Should retain space after comma
5+
// Issue #22273 - Should retain space after comma in import attributes
66
import myEmbeddedDb from './my.db' with { type: 'sqlite', embed: 'true' }
77

88
// Should be spread over multiple lines
@@ -13,7 +13,7 @@ import myEmbeddedDb from './my.db' with { type: 'sqlite', embed: 'true', veryLon
1313
------------------
1414
{ printWidth: 80 }
1515
------------------
16-
// Should retain space after comma
16+
// Issue #22273 - Should retain space after comma in import attributes
1717
import myEmbeddedDb from "./my.db" with { type: "sqlite", embed: "true" };
1818

1919
// Should be spread over multiple lines
@@ -26,7 +26,7 @@ import myEmbeddedDb from "./my.db" with {
2626
-------------------
2727
{ printWidth: 100 }
2828
-------------------
29-
// Should retain space after comma
29+
// Issue #22273 - Should retain space after comma in import attributes
3030
import myEmbeddedDb from "./my.db" with { type: "sqlite", embed: "true" };
3131

3232
// Should be spread over multiple lines

0 commit comments

Comments
 (0)