mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-03-04 13:25:00 +08:00
tests: Explicitly test 'default' style inside an array assignment.
This commit is contained in:
@@ -33,5 +33,6 @@ expected_region_highlight=(
|
||||
"1 3 assign" # A=1
|
||||
"5 7 assign" # b=(
|
||||
"8 12 double-quoted-argument" # "foo"
|
||||
"14 16 default" # bar
|
||||
"17 17 assign" # )
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user