We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76c6d1 commit 02c67bcCopy full SHA for 02c67bc
compiler/test/dotty/tools/scripting/BashExitCodeTests.scala
@@ -74,7 +74,7 @@ class BashExitCodeTests:
74
@Test def vPhases = scala("-Vphases")(0)
75
76
@Test def replEval =
77
- repl("--repl-quit-after-init", "--repl-init-script", "\"println(\\\"Hello from init script!\\\"); val i = 2 * 2\"")(0)
+ repl("--repl-quit-after-init", "--repl-init-script", "'val i = 2 * 2; val j = i + 2'")(0)
78
79
/** A utility for running two commands in a row, like you do in bash. */
80
extension (inline u1: Unit) inline def & (inline u2: Unit): Unit = { u1; u2 }
0 commit comments