dev tools: Add a TODO to introduce code reuse.

This commit is contained in:
Daniel Shahaf 2016-09-25 11:38:43 +00:00
parent b2733a64da
commit a2876fb57d

View File

@ -77,6 +77,7 @@ print 'expected_region_highlight=('
PREBUFFER=""
BUFFER="$buffer"
region_highlight=()
# TODO: use run_test() from tests/test-highlighting.zsh (to get a tempdir)
_zsh_highlight
for ((i=1; i<=${#region_highlight}; i++)); do