Find: Comments only: Groovy javadoc comments are skipped (IDEA-115578)

This commit is contained in:
Maxim.Mossienko
2013-10-30 00:38:04 +01:00
parent 35f9256deb
commit 00f7ea1e4b
2 changed files with 4 additions and 1 deletions
@@ -476,6 +476,8 @@ public class FindManagerTest extends DaemonAnalyzerTestCase {
findModel.setRegularExpressions(true);
FindManagerTestUtils.runFindForwardAndBackward(findManager, findModel, text);
FindManagerTestUtils.runFindForwardAndBackward(findManager, findModel, text, "groovy");
}
public void testFindInCommentsProperlyWorksWithOffsets() throws Exception{