mirror of
https://github.com/zsh-users/zsh-syntax-highlighting
synced 2024-12-13 23:14:58 +00:00
main: Update test for issue #501 XFAIL
This commit is contained in:
parent
7b417be1ce
commit
cc662371b1
@ -32,8 +32,7 @@ setopt interactivecomments
|
|||||||
BUFFER=$'# foo\ntrue'
|
BUFFER=$'# foo\ntrue'
|
||||||
|
|
||||||
expected_region_highlight=(
|
expected_region_highlight=(
|
||||||
'1 5 comment' # #
|
'1 5 comment' # # foo
|
||||||
#'6 6 '"' # \n
|
'6 6 commandseparator "issue #501"' # \n
|
||||||
|
|
||||||
'7 10 builtin' # true
|
'7 10 builtin' # true
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user