Skip to content

Commit 5696a24

Browse files
committed
Added missing slash to OrganizeImports1 test
1 parent 37d1127 commit 5696a24

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/cases/fourslash/organizeImports1.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
// Regression test for bug #41417
44

5-
/// import {
6-
/// a, b as B,
7-
/// c,
8-
/// d as D,
9-
/// c as C, b, d
10-
/// } from './foo';
11-
/// console.log(a, B, b, c, C, d, D);
5+
//// import {
6+
//// a, b as B,
7+
//// c,
8+
//// d as D,
9+
//// c as C, b, d
10+
//// } from './foo';
11+
//// console.log(a, B, b, c, C, d, D);
1212

1313
verify.organizeImports(
1414
`import {

0 commit comments

Comments
 (0)