Skip to content

Commit 241d3a9

Browse files
committed
tests: Fix an XFail test expectation.
Before this commit, the test was unable to XPass, since there is no highlighting style called "normal".
1 parent 6243c99 commit 241d3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highlighters/main/test-data/precommand-killing2.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ BUFFER='sudo -e /does/not/exist'
3535
expected_region_highlight=(
3636
'1 4 precommand' # sudo
3737
'6 7 single-hyphen-option' # -e
38-
'9 23 normal "issue #678"' # /does/not/exist
38+
'9 23 default "issue #678"' # /does/not/exist
3939
)

0 commit comments

Comments
 (0)