test harness: Fix off-by-one discrepancy between observed and expected.

Fixes issue #195.
This commit is contained in:
Daniel Shahaf
2015-09-12 20:29:04 +00:00
parent 6d93ea07fd
commit c46b8d169e
13 changed files with 40 additions and 30 deletions

View File

@@ -31,5 +31,5 @@
BUFFER='echo "foo ( bar"'
expected_region_highlight=(
"1 15 $ZSH_HIGHLIGHT_STYLES[none]" # We expect the brackets highlighter to do nothing
"1 16 $ZSH_HIGHLIGHT_STYLES[none]" # We expect the brackets highlighter to do nothing
)