Bug #4232
split_input over-splits key=value strings if quotes are included in values
Status: | Closed | Start date: | 08/23/2013 | |
---|---|---|---|---|
Priority: | Medium | Due date: | 08/26/2013 | |
Assignee: | Stavros Sachtouris | % Done: | 100% |
|
Category: | kamaki | Spent time: | 2.00 hours | |
Target version: | v0.10 | Estimated time: | 2.00 hours |
Description
Apears only in interactive shell mode, where split_input is called.
This bug affects all operations with arbitary number non optional arguments, e.g.
[image compute properties] set my-1m4ge3-1d k="v1"
Test case for split input:
input: 'set k="v1"' expected: ['set', 'k="v1"']
Associated revisions
Fix split input bug
Refs: #4232
History
#1 Updated by Stavros Sachtouris about 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
#2 Updated by Stavros Sachtouris about 10 years ago
- Target version changed from v0.9 to v0.10