mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
noop: Associate an XFAIL test with its issue.
This commit is contained in:
parent
d66113c1ed
commit
20d106bd4d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,6 +31,6 @@ BUFFER='tar cf - * | (cd /target; tar xfp -)'
|
||||||
|
|
||||||
expected_region_highlight=(
|
expected_region_highlight=(
|
||||||
"1 3 $ZSH_HIGHLIGHT_STYLES[command]" # tar
|
"1 3 $ZSH_HIGHLIGHT_STYLES[command]" # tar
|
||||||
"15 16 $ZSH_HIGHLIGHT_STYLES[command] 'not yet implemented'" # cd
|
"15 16 $ZSH_HIGHLIGHT_STYLES[command] 'issue #166'" # cd
|
||||||
"27 29 $ZSH_HIGHLIGHT_STYLES[command]" # tar
|
"27 29 $ZSH_HIGHLIGHT_STYLES[command]" # tar
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue