mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-02-06 09:55:31 +08:00
tests: Explicitly test 'default' style inside an array assignment.
This commit is contained in:
parent
91fa057a39
commit
14711a51f3
@ -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" # )
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user