Skip to content

Commit 4546756

Browse files
committed
tests: Fix another instance of issue from the last commit.
1 parent 9d38080 commit 4546756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highlighters/main/test-data/param-precommand-option-argument3.zsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# -------------------------------------------------------------------------------------------------
3030

3131
# See also alias-precommand-option-argument3.zsh
32-
local -a sudo_u=(sudo -u)
32+
local -a sudo_u; sudo_u=(sudo -u)
3333
sudo(){}
3434

3535
BUFFER='$sudo_u phy1729 ls foo'

0 commit comments

Comments
 (0)