mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
Stop using comma from command substitution in brace expansion
Fixes #5048
This commit is contained in:
@@ -48,3 +48,6 @@ world}
|
||||
end
|
||||
#CHECK: '{hello
|
||||
#CHECK: world}'
|
||||
|
||||
echo {a(echo ,)b}
|
||||
#CHECK: {a,b}
|
||||
|
||||
Reference in New Issue
Block a user