mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
LightQuickFixTestCase: Check whether <caret> is present in "before" files; wrong tests fixed
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ class A {
|
||||
|
||||
void m() {
|
||||
|
||||
new StringTokenizer("asd", "\\\t\nqwerty!#2@$")
|
||||
new StringTokenizer("asd", "\\\t\nqw<caret>erty!#2@$")
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user