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 )