tests: Explicitly test 'default' style inside an array assignment.

This commit is contained in:
Daniel Shahaf 2016-06-03 02:41:10 +00:00
parent 91fa057a39
commit 14711a51f3

View file

@ -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" # )
)