We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63852df commit 9bdeb4aCopy full SHA for 9bdeb4a
tests/test-highlighting.zsh
@@ -135,8 +135,6 @@ run_test_internal() {
135
136
# Check the data declares $PREBUFFER or $BUFFER.
137
[[ -z $PREBUFFER && -z $BUFFER ]] && { echo >&2 "Bail out! On ${(qq)1}: Either 'PREBUFFER' or 'BUFFER' must be declared and non-blank"; return ${RETURN:=1}; }
138
- # Check the data declares $expected_region_highlight.
139
- (( $+expected_region_highlight == 0 )) && { echo >&2 "Bail out! On ${(qq)1}: 'expected_region_highlight' is not declared."; return ${RETURN:=1}; }
140
141
# Set sane defaults for ZLE variables
142
: ${CURSOR=$#BUFFER} ${PENDING=0} ${WIDGET=z-sy-h-test-harness-test-widget}
0 commit comments