mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-28 17:29:55 +07:00
LightQuickFixTestCase: Check whether <caret> is present in "before" files; wrong tests fixed
This commit is contained in:
@@ -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