Add support for ${| ..} expansion (fixes #3243)

This commit is contained in:
Vidar Holen
2025-07-17 11:46:06 -07:00
parent 6a758d5dc7
commit 23097320a4
5 changed files with 21 additions and 15 deletions

View File

@@ -716,6 +716,9 @@ build t = do
linkRange totalRead result
else return totalRead
T_DollarBraceCommandExpansion id _ body ->
sequentially body
T_DoubleQuoted _ list -> sequentially list
T_DollarExpansion id body ->