subshells: Add an XFail test demonstrating that #166 is not yet fixed.

Reported-by: Antony Lee
This commit is contained in:
Daniel Shahaf 2015-10-30 09:34:01 +00:00
parent d3deffbf46
commit 5a38710564

View file

@ -31,6 +31,8 @@ BUFFER='tar cf - * | (cd /target; tar xfp -)'
expected_region_highlight=(
"1 3 $ZSH_HIGHLIGHT_STYLES[command]" # tar
"14 14 $ZSH_HIGHLIGHT_STYLES[reserved-word] 'issue #166'" # (
"15 16 $ZSH_HIGHLIGHT_STYLES[command]" # cd
"27 29 $ZSH_HIGHLIGHT_STYLES[command]" # tar
#"36 36 $ZSH_HIGHLIGHT_STYLES[?]" # )
)