'main': Fix the last commit's issue concerning parameter expansion at command word.
This commit is contained in:
committed by
Daniel Shahaf
parent
d21d3b31da
commit
40dcbfbcf6
@@ -34,5 +34,5 @@ BUFFER='$x "argument"; $y'
|
||||
expected_region_highlight=(
|
||||
"1 2 command" # $x
|
||||
"4 13 double-quoted-argument" # "argument"
|
||||
"16 17 precommand 'parameter expansion precedes precommand recognition'" # $y (sudo)
|
||||
"16 17 precommand" # $y (sudo)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user