mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-04-17 11:35:32 +08:00
main: Add XFAIL to redirections2 for process-substitution #494
This commit is contained in:
parent
8046c33b54
commit
382be9096d
@ -31,6 +31,7 @@ BUFFER='ls >(wc) | nl'
|
|||||||
|
|
||||||
expected_region_highlight=(
|
expected_region_highlight=(
|
||||||
"1 2 command" # ls
|
"1 2 command" # ls
|
||||||
|
"4 8 process-substitution 'issue #494'" # >(wc)
|
||||||
"10 10 commandseparator" # |
|
"10 10 commandseparator" # |
|
||||||
"12 13 command" # nl
|
"12 13 command" # nl
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user