tests: Specify the style key instead of the style itself

This commit is contained in:
Matthew Martin 2016-04-24 14:22:24 -05:00
commit a830613467
70 changed files with 246 additions and 246 deletions

View file

@ -30,7 +30,7 @@
BUFFER='echo {x})'
expected_region_highlight=(
"6 6 ${(q-)ZSH_HIGHLIGHT_STYLES[bracket-level-1]}" # {
"8 8 ${(q-)ZSH_HIGHLIGHT_STYLES[bracket-level-1]}" # }
"9 9 ${(q-)ZSH_HIGHLIGHT_STYLES[bracket-error]}" # )
"6 6 bracket-level-1" # {
"8 8 bracket-level-1" # }
"9 9 bracket-error" # )
)