Skip to content

Fix expansion with a double quoted string in array methods

AdminXVII requested to merge AdminXVII/ion:fix-expansion into master

For example

for elem in @split("some space-delimited values")
echo $elem
end

would print "some and interpret the rest as an argument

Merge request reports