[tests] add new custom extension 'reversed' for tests

the new test will be introduced in the next commits

^KT-55750
This commit is contained in:
Dmitrii Gridin
2023-03-20 20:17:51 +01:00
parent 7891b025a5
commit b3cb47e8a1
21 changed files with 2165 additions and 2165 deletions
@@ -14,7 +14,7 @@ private const val KTS = ".kts"
private const val FIR_PREFIX = ".fir"
private const val LL_FIR_PREFIX = ".ll"
const val CUSTOM_TEST_DATA_EXTENSION_PATTERN = "^(.+)\\.(fir|ll)\\.kts?\$"
const val CUSTOM_TEST_DATA_EXTENSION_PATTERN = "^(.+)\\.(reversed|fir|ll)\\.kts?\$"
val File.isFirTestData: Boolean
get() = isCustomTestDataWithPrefix(FIR_PREFIX)