noop: Associate an XFAIL test with its issue.

This commit is contained in:
Daniel Shahaf 2015-10-23 04:57:05 +00:00
parent d66113c1ed
commit 20d106bd4d

View file

@ -31,6 +31,6 @@ BUFFER='tar cf - * | (cd /target; tar xfp -)'
expected_region_highlight=(
"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
)