mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue