We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153b94a commit 70e4f34Copy full SHA for 70e4f34
tests/cases/fourslash/indentionsOfCommentBlockAfterFormatting.ts
@@ -27,13 +27,13 @@ verify.indentationIs(4);
27
goTo.marker("2");
28
verify.indentationIs(4);
29
goTo.marker("3");
30
-verify.indentationIs(4);
+verify.indentationIs(3);
31
goTo.marker("4");
32
33
// Putting a marker in line "*" would bring some error when parsing code in automation.
34
// So move right by 1 offset from marker 4 to locate the caret in this line.
35
edit.moveRight(1);
36
37
// Putting a marker in line " */" would bring some error when parsing code in automation.
38
// So move left by 1 offset from marker 5 to locate the caret in this line.
39
goTo.marker("5");
0 commit comments