mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Enable test for issue #238.
This commit is contained in:
parent
0d41933c61
commit
fa57633d81
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ BUFFER='exec {foo}>&/tmp ls'
|
||||||
|
|
||||||
expected_region_highlight=(
|
expected_region_highlight=(
|
||||||
"1 4 precommand" # exec
|
"1 4 precommand" # exec
|
||||||
# TODO: "6 10 redirection 'issue #238'" # {foo}
|
"6 10 redirection 'issue #238'" # {foo}
|
||||||
"11 12 redirection" # >&
|
"11 12 redirection" # >&
|
||||||
"13 16 path" # /tmp
|
"13 16 path" # /tmp
|
||||||
"18 19 command 'issue #238'" # ls
|
"18 19 command 'issue #238'" # ls
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue