main: Update test for issue #501 XFAIL

This commit is contained in:
Matthew Martin 2018-02-10 13:23:42 -06:00
parent 7b417be1ce
commit cc662371b1

View File

@ -32,8 +32,7 @@ setopt interactivecomments
BUFFER=$'# foo\ntrue'
expected_region_highlight=(
'1 5 comment' # #
#'6 6 '"' # \n
'1 5 comment' # # foo
'6 6 commandseparator "issue #501"' # \n
'7 10 builtin' # true
)