Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.3
-
None
-
Linux ksc-desktop 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4 21:00:20 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
java version "1.7.0_55"
OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1)
OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)
Groovy Version: 2.3.3 JVM: 1.7.0_55 Vendor: Oracle Corporation OS: LinuxLinux ksc-desktop 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4 21:00:20 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux java version "1.7.0_55" OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1) OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode) Groovy Version: 2.3.3 JVM: 1.7.0_55 Vendor: Oracle Corporation OS: Linux
Description
It would be nice if groovysh command arguments would support strings with spaces in them. Right now the argument is only parsed until the first space is encountered, even when quoted:
groovy:000> :load "hello world/asdf.groovy"
File not found: "hello
groovy:000> :load 'hello world/asdf.groovy'
File not found: 'hello
groovy:000> :load hello world/asdf.groovy
File not found: hello
Attachments
Issue Links
- is related to
-
GROOVY-7055 Groovysh: Command hyphen checker breaks sane code cases
- Closed