Skip to content

Commit a02355a

Browse files
committed
tests: Fix previous
1 parent ab88dfa commit a02355a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: highlighters/main/test-data/alias-parameter.zsh

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

3131
alias '$foo'='echo alias'
32-
foo=(echo param)
32+
local foo=(echo param)
3333

3434
BUFFER='$foo'
3535

0 commit comments

Comments
 (0)