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 )