blob: 7ae0a45cdd16e453409775a97202331f52e6ca4f [file] [log] [blame]
This test verifies that auto-appended spaces are removed on consequent enters.
function (){}
if (a == b) {
Running: testCollapsedBlock
function.(){
....|
}
....if.(a.==.b).{
Running: testOpenCurlyBrace
function.(){}
....if.(a.==.b).{
........|
Running: testSmartIndent
function.(){}
..
..|..if.(a.==.b).{
Running: testMultiCursorSelection
function.(){}
..
..|..
....|if.(a.==.b).{
Running: testEditedAutoIndent
function.(){}
....if.(a.==.b).{
........W
........|