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 0c5a25c commit 43c0961Copy full SHA for 43c0961
compiler/test/dotty/tools/scripting/BashExitCodeTests.scala
@@ -73,7 +73,7 @@ class BashExitCodeTests:
73
@Test def xPluginList = scala("-Xplugin-list")(0)
74
@Test def vPhases = scala("-Vphases")(0)
75
76
- @Test def replEval = repl("--repl-eval", "--repl-init-script", "println(\"Hello from init script!\"); val i = 2 * 2")(0)
+ @Test def replEval = repl("--repl-eval", "--repl-init-script", "\'println(\"Hello from init script!\"); val i = 2 * 2\'")(0)
77
78
/** A utility for running two commands in a row, like you do in bash. */
79
extension (inline u1: Unit) inline def & (inline u2: Unit): Unit = { u1; u2 }
0 commit comments