mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
fix StringTokenizerDelimiterInspection (it did not escape double-quote, EA-89721)
This commit is contained in:
@@ -5,7 +5,7 @@ class A {
|
||||
|
||||
void m() {
|
||||
|
||||
new StringTokenizer("asd", "\\\t\nqwerty")
|
||||
new StringTokenizer("asd", "\"\\\t\nqwerty'")
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ class A {
|
||||
|
||||
void m() {
|
||||
|
||||
new StringTokenizer("asd", "\\\t\t\n<caret>\nqwerty")
|
||||
new StringTokenizer("asd", "\"\\\t\t\n<caret>\nqwerty''\"")
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user