mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-03-04 13:25:00 +08:00
main: Add XFAIL to redirections2 for process-substitution #494
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user