Skip to content

Fixes unterminated array panic when parsing braces

Emma Turner requested to merge (removed):730_array_panic into master

Fixes #730 (closed)

Prevents splitting on commas within arrays, when parsing brace e.g. echo {[a,b]} now returns a,b

Merge request reports