sbt/launcher-package/integration-test/src/test/scala
PandaMan 921efce541
[2.x] fix: Handle JVM parameters with spaces in dot files (#8730)
**Problem**

The sbt launcher script used naive word splitting when parsing `.sbtopts` and `.jvmopts`, so arguments with spaces were split incorrectly. For example, `-J--add-modules jdk.incubator.concurrent` in `.sbtopts` and `-Dtest.key="value with spaces"` in `.jvmopts` were not passed to the JVM as intended.
2026-02-14 03:17:44 -05:00
..
BspConfigTest.scala Add integration test for bspConfig & embedded launcher jar (fixes #7794) (#8597) 2026-01-24 15:05:51 -05:00
ExtendedRunnerTest.scala [2.x] ExtendedRunnerTest (#8674) 2026-02-01 22:25:10 -05:00
RunnerMemoryScriptTest.scala fix: Handle -X JVM options on command line (fixes #5742) (#8566) 2026-01-17 14:29:30 -05:00
RunnerScriptTest.scala [2.x] fix: Handle JVM parameters with spaces in dot files (#8730) 2026-02-14 03:17:44 -05:00
ShellScriptUtil.scala [2.x] fix: handle --script-version sbt 2.x project dirs (#8715) 2026-02-07 22:16:21 -05:00