block form indentation

This commit is contained in:
SaschaNaz
2015-05-15 21:00:32 +09:00
parent 28c9ff1d84
commit b85d56b857
2 changed files with 29 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ goTo.marker('1');
edit.insertLine('');
goTo.marker('2');
verify.currentLineContentIs(' ""');
edit.insertLine('');
verify.indentationIs(8);
goTo.marker('4');
edit.insertLine('');
goTo.marker('3');