mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-02-06 09:55:31 +08:00
tests: Fix an XFail test expectation.
Before this commit, the test was unable to XPass, since there is no highlighting style called "normal".
This commit is contained in:
parent
6243c99f41
commit
241d3a92e8
@ -35,5 +35,5 @@ BUFFER='sudo -e /does/not/exist'
|
|||||||
expected_region_highlight=(
|
expected_region_highlight=(
|
||||||
'1 4 precommand' # sudo
|
'1 4 precommand' # sudo
|
||||||
'6 7 single-hyphen-option' # -e
|
'6 7 single-hyphen-option' # -e
|
||||||
'9 23 normal "issue #678"' # /does/not/exist
|
'9 23 default "issue #678"' # /does/not/exist
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user