update test

This commit is contained in:
Arthur Ozga 2017-08-16 17:35:14 -07:00
parent 153b94aeb4
commit 70e4f346bb

View File

@ -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");