blob: cb7dc59f567b1b6f32567c5beb52d3e1922ef34b [file] [log] [blame]
This test checks code indentation and unindentation of several lines of code.
After indenting first fully selected line
/*
* a comment
*/
Selection 0,0 1,0
After indenting first partially selected line
/*
* a comment
*/
Selection 0,9 1,0
After unindenting two fully selected lines
/*
* a comment
*/
Selection 0,0 2,0
After unindenting two partially selected lines (bug 97462)
/*
* a comment
*/
Selection 0,1 1,6
After unindenting three partially selected lines
/*
* a comment
*/
Selection 0,0 2,2