The source project of this merge request has been removed.
Fixes unterminated array panic when parsing braces
Fixes #730 (closed)
Prevents splitting on commas within arrays, when parsing brace
e.g. echo {[a,b]}
now returns a,b
Fixes #730 (closed)
Prevents splitting on commas within arrays, when parsing brace
e.g. echo {[a,b]}
now returns a,b