mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 15:25:54 -06:00
update test
This commit is contained in:
parent
153b94aeb4
commit
70e4f346bb
@ -27,13 +27,13 @@ verify.indentationIs(4);
|
||||
goTo.marker("2");
|
||||
verify.indentationIs(4);
|
||||
goTo.marker("3");
|
||||
verify.indentationIs(4);
|
||||
verify.indentationIs(3);
|
||||
goTo.marker("4");
|
||||
verify.indentationIs(4);
|
||||
verify.indentationIs(3);
|
||||
// Putting a marker in line "*" would bring some error when parsing code in automation.
|
||||
// So move right by 1 offset from marker 4 to locate the caret in this line.
|
||||
edit.moveRight(1);
|
||||
verify.indentationIs(4);
|
||||
verify.indentationIs(3);
|
||||
// Putting a marker in line " */" would bring some error when parsing code in automation.
|
||||
// So move left by 1 offset from marker 5 to locate the caret in this line.
|
||||
goTo.marker("5");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user