From 241d3a92e89d34ae934b09d3eff19e5a3a12d99d Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 16 Mar 2020 19:04:12 +0000 Subject: [PATCH] tests: Fix an XFail test expectation. Before this commit, the test was unable to XPass, since there is no highlighting style called "normal". --- highlighters/main/test-data/precommand-killing2.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlighters/main/test-data/precommand-killing2.zsh b/highlighters/main/test-data/precommand-killing2.zsh index 2e332ae..71591f1 100644 --- a/highlighters/main/test-data/precommand-killing2.zsh +++ b/highlighters/main/test-data/precommand-killing2.zsh @@ -35,5 +35,5 @@ BUFFER='sudo -e /does/not/exist' expected_region_highlight=( '1 4 precommand' # sudo '6 7 single-hyphen-option' # -e - '9 23 normal "issue #678"' # /does/not/exist + '9 23 default "issue #678"' # /does/not/exist )