From 382be9096dfbb3b00ea92f3d61c68667a7a026ef Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Sat, 20 Jan 2018 20:30:13 -0600 Subject: [PATCH] main: Add XFAIL to redirections2 for process-substitution #494 --- highlighters/main/test-data/redirection2.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/highlighters/main/test-data/redirection2.zsh b/highlighters/main/test-data/redirection2.zsh index 83f7c08..1a1588d 100644 --- a/highlighters/main/test-data/redirection2.zsh +++ b/highlighters/main/test-data/redirection2.zsh @@ -31,6 +31,7 @@ BUFFER='ls >(wc) | nl' expected_region_highlight=( "1 2 command" # ls + "4 8 process-substitution 'issue #494'" # >(wc) "10 10 commandseparator" # | "12 13 command" # nl )