test for surround with empty line after

This commit is contained in:
Alexey Pegov
2011-09-30 14:49:17 +04:00
parent 2ca513050f
commit cb94e43145
5 changed files with 49 additions and 0 deletions
@@ -0,0 +1,6 @@
class Test {
public static void main(String[] args) {
<selection>args</selection>
}
}
@@ -0,0 +1,6 @@
class Test {
public static void main(String[] args) {
<selection>args</selection>
}
}
@@ -0,0 +1,6 @@
class Test {
public static void main(String[] args) {
(() args)<caret>
}
}
@@ -0,0 +1,6 @@
class Test {
public static void main(String[] args) {
((var) args)<caret>
}
}