$ echo "quz hello" "bar" quz hello bar
There are two spaces after “quz” in the first line of the example, but the expected output in the example has only 1 space. This might be confusing for others.
Hi @pnicto, thanks for highlighting the issue! We’ve fixed it in this PR.