From cc662371b18d2bac2300a5d5e85075b6d1b8da3e Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Sat, 10 Feb 2018 13:23:42 -0600 Subject: [PATCH] main: Update test for issue #501 XFAIL --- highlighters/main/test-data/comment-followed.zsh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/highlighters/main/test-data/comment-followed.zsh b/highlighters/main/test-data/comment-followed.zsh index af4e9b5..8c7e42c 100644 --- a/highlighters/main/test-data/comment-followed.zsh +++ b/highlighters/main/test-data/comment-followed.zsh @@ -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 )