mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
tests: Use 'NONE' to denote no highlighting
'none' is a valid highlighting type. Since by convention styles are all lowercase, 'NONE' shouldn't conflict with anything. Closes #289.
This commit is contained in:
parent
c346f6eb6f
commit
4da9889d15
2 changed files with 2 additions and 1 deletions
|
|
@ -30,5 +30,5 @@
|
|||
BUFFER='echo "foo ( bar"'
|
||||
|
||||
expected_region_highlight=(
|
||||
"1 16 none" # We expect the brackets highlighter to do nothing
|
||||
"1 16 NONE" # We expect the brackets highlighter to do nothing
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue