Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripted mode ignores quotation #2551

Closed
eed3si9n opened this issue Apr 12, 2016 · 0 comments
Closed

scripted mode ignores quotation #2551

eed3si9n opened this issue Apr 12, 2016 · 0 comments
Labels

Comments

@eed3si9n
Copy link
Member

steps

#!/usr/bin/env scalas

println(args.toList)

Run this:

$ chmod +x args.scala
$ args.scala "foo bar" "baz"

problem

List(foo, bar, baz)

The quotation is ignored.

expectation

List(foo bar, baz)

notes

See #2549

@eed3si9n eed3si9n added the Bug label Apr 12, 2016
eed3si9n added a commit that referenced this issue Mar 9, 2017
Fix #2551: scripted mode ignores quotation
eed3si9n added a commit that referenced this issue Mar 9, 2017
Fix #2551: scripted mode ignores quotation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant