Related to KT-20713: add test for find usages in script

This commit is contained in:
Mikhail Glukhikh
2017-10-10 17:10:33 +03:00
committed by Mikhail Glukhikh
parent c5cb45794a
commit e37bfa13e3
5 changed files with 47 additions and 27 deletions
@@ -832,7 +832,7 @@ fun main(args: Array<String>) {
}
testClass<AbstractFindUsagesTest> {
model("findUsages/kotlin", pattern = """^(.+)\.0\.kt$""")
model("findUsages/kotlin", pattern = """^(.+)\.0\.(kt|kts)$""")
model("findUsages/java", pattern = """^(.+)\.0\.java$""")
model("findUsages/propertyFiles", pattern = """^(.+)\.0\.properties$""")
}