'main': Fix issue #623 by fixing the expectations of the regression test of issue #616.

This commit is contained in:
Daniel Shahaf 2019-07-21 01:44:19 +00:00
parent 2bd709fc28
commit 8e78e9dbba

View file

@ -28,10 +28,12 @@
# vim: ft=zsh sw=2 ts=2 et
# -------------------------------------------------------------------------------------------------
BUFFER=$':;\n'
# Newline after semicolon isn't unknown-token
BUFFER=$':;\n:'
expected_region_highlight=(
'1 1 builtin' # :
'2 2 commandseparator' # ;
'3 3 issue-623 "issue #616"' # \n
'3 3 commandseparator "issue #616"' # \n
'4 4 builtin' # :
)