Skip to content

Commit 70e4f34

Browse files
committed
update test
1 parent 153b94a commit 70e4f34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/cases/fourslash/indentionsOfCommentBlockAfterFormatting.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ verify.indentationIs(4);
2727
goTo.marker("2");
2828
verify.indentationIs(4);
2929
goTo.marker("3");
30-
verify.indentationIs(4);
30+
verify.indentationIs(3);
3131
goTo.marker("4");
32-
verify.indentationIs(4);
32+
verify.indentationIs(3);
3333
// Putting a marker in line "*" would bring some error when parsing code in automation.
3434
// So move right by 1 offset from marker 4 to locate the caret in this line.
3535
edit.moveRight(1);
36-
verify.indentationIs(4);
36+
verify.indentationIs(3);
3737
// Putting a marker in line " */" would bring some error when parsing code in automation.
3838
// So move left by 1 offset from marker 5 to locate the caret in this line.
3939
goTo.marker("5");

0 commit comments

Comments
 (0)