blob: 223c451fe5c129f7c464f4ee6f775d45955106e7 [file] [log] [blame]
This test verifies applied indentation whenever you hit enter in "{|}" or type in "}" while inside opened block.
{} {}
{}
{
{
Running: testSimpleCollapsedBlockExpanding
{
..|
}.{}
..{}
..{
....
....{
........
Running: testMulticursorCollapsedBlockExpanding
{
..|
}.{
..|
}
..{
....|
..}
..{
....
....{
........
Running: testMulticursorCollapsedBlockNotExpanding
{
|}.{}
..
..|{}
..{
....
....{
........
Running: testSingleCursorClosingBracketIndent
{}.{}
..{}
..{
..}|....
....{
........
Running: testMulticursorClosingBracketIndent
{}.{}
..{}
..{
..}|
....{
....}|
Running: testMulticursorClosingBracketIndentNotExecuted
{}.{}
..{}
..{
....}|
....{}|
........