Related to KT-20713: add test for find usages in script
This commit is contained in:
committed by
Mikhail Glukhikh
parent
c5cb45794a
commit
e37bfa13e3
@@ -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$""")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user