We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb64efb commit 6304c20Copy full SHA for 6304c20
modules/integration/src/test/scala/scala/cli/integration/BspTestDefinitions.scala
@@ -2185,7 +2185,7 @@ abstract class BspTestDefinitions extends ScalaCliSuite with TestScalaVersionArg
2185
) {
2186
val scriptName = "cli-version.sc"
2187
val inputs = TestInputs(
2188
- os.rel / scriptName -> s"""println("Hello from launcher v$cliVersion"""
+ os.rel / scriptName -> s"""println("Hello from launcher v$cliVersion")"""
2189
)
2190
inputs.fromRoot { root =>
2191
val cliVersionArgs = List("--cli-version", cliVersion)
0 commit comments