[JS SCRIPT] Fix script test data
This commit is contained in:
+3
-3
@@ -80,9 +80,9 @@ abstract class AbstractReplTestRunner : TestCase() {
|
||||
if (b != Unit) return "fail2: ${'$'}b"
|
||||
|
||||
return "OK"
|
||||
},
|
||||
box()
|
||||
"""
|
||||
}
|
||||
""",
|
||||
"box()"
|
||||
)
|
||||
Assert.assertEquals("OK", compileAndEval(lines))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user