blob: 542f532e2e06c1744960ded7598ddffa70f768df [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
........|