Ticket #147 (closed defect: fixed)
string parameters with spaces in command line
Reported by: | agustech | Owned by: | Chuck |
---|---|---|---|
Priority: | medium | Milestone: | Cobra 0.9 |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
string parameters with spaces in command line in compile-run do not work correctly while they work correctly on compiled program. i.e.:
cobra -ert:yes prog.cobra -- "path with spaces"
# gives 4 parameters: prog path with spaces
#while
prog.exe "path with spaces"
# gives 2 parameters: prog "path with spaces"
Attachments
Change History
Note: See
TracTickets for help on using
tickets.