Conversion on copy paste:
Introduce tests for conversion on copy paste Don't insert additional end of line after each converted element (not needed since converter takes care of formatting) Add test for some of the trivial cases of conversion on copy paste
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
public static void main(String[] args) {
|
||||
<selection>new A()</selection>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user