mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-28 00:07:03 +08:00
Add support for ${| ..} expansion (fixes #3243)
This commit is contained in:
@@ -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 ->
|
||||
|
Reference in New Issue
Block a user