Rewrite AbstractScriptConfigurationTest to test file from project sources

Changes in testData are needed to avoid running injection for string literals
This commit is contained in:
Natalia Selezneva
2018-03-26 14:26:52 +03:00
parent 37a95765cb
commit f8ad244899
3 changed files with 72 additions and 18 deletions
@@ -1,9 +1,9 @@
val c = 3
val g = listOf("a", "b", "c")
val g = listOf(1, 2, 3)
val time = <error>measureNanoTime</error> {
println("text")
println()
}
// DEPENDENCIES: classpath:runtime-classes