mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
tests: Explicitly test 'default' style inside an array assignment.
This commit is contained in:
parent
91fa057a39
commit
14711a51f3
1 changed files with 1 additions and 0 deletions
|
|
@ -33,5 +33,6 @@ expected_region_highlight=(
|
||||||
"1 3 assign" # A=1
|
"1 3 assign" # A=1
|
||||||
"5 7 assign" # b=(
|
"5 7 assign" # b=(
|
||||||
"8 12 double-quoted-argument" # "foo"
|
"8 12 double-quoted-argument" # "foo"
|
||||||
|
"14 16 default" # bar
|
||||||
"17 17 assign" # )
|
"17 17 assign" # )
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue