mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
LightQuickFixTestCase: Check whether <caret> is present in "before" files; wrong tests fixed
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import java.util.Optional;
|
||||
public class Test {
|
||||
|
||||
void m(String ss) {
|
||||
f(ss);
|
||||
f(<caret>ss);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user