tests: Test ZSH_HIGHLIGHT_STYLES keys directly

Closes #287. Testing the keys directly removes the need for
unused_highlight which will be removed next.
This commit is contained in:
Matthew Martin
2016-04-02 20:27:10 -05:00
parent ccaf6f48a1
commit fd061b5730
2 changed files with 11 additions and 4 deletions

View File

@@ -196,9 +196,10 @@ _zsh_highlight_cursor_moved()
[[ -n $CURSOR ]] && [[ -n ${_ZSH_HIGHLIGHT_PRIOR_CURSOR-} ]] && (($_ZSH_HIGHLIGHT_PRIOR_CURSOR != $CURSOR))
}
# Add a highlight defined by ZSH_HIGHLIGHT_STYLES
# Add a highlight defined by ZSH_HIGHLIGHT_STYLES.
#
# Should be used by all highlighters aside from 'pattern' (cf. ZSH_HIGHLIGHT_PATTERN)
# Should be used by all highlighters aside from 'pattern' (cf. ZSH_HIGHLIGHT_PATTERN).
# Overwritten in tests/test-highlighting.zsh when testing.
_zsh_highlight_add_highlight()
{
local -i start end