MinusculeMatcher: spaces and parentheses should be treated in a special way only in file structure dialog (IDEA-142607, IDEA-101880)

This commit is contained in:
peter
2015-07-16 12:06:00 +02:00
parent 72d96c2103
commit 69436dce30
6 changed files with 90 additions and 31 deletions
@@ -461,7 +461,7 @@ public class NormalCompletionTest extends LightFixtureCompletionTestCase {
}
public void testAtUnderClass() throws Throwable {
doTest();
doTest('\n');
}
public void testLocalClassName() throws Throwable { doTest(); }