Add an XFail test for issue #222, "command word after repeat".

This commit is contained in:
Daniel Shahaf
2015-10-30 13:31:23 +00:00
parent 9e178f9f39
commit 6fbd2aa957
2 changed files with 5 additions and 1 deletions
@@ -33,4 +33,6 @@ BUFFER='repeat "1" do done'
expected_region_highlight=(
"1 6 $ZSH_HIGHLIGHT_STYLES[reserved-word]" # repeat
"8 10 $ZSH_HIGHLIGHT_STYLES[double-quoted-argument]" # "1"
"12 13 $ZSH_HIGHLIGHT_STYLES[reserved-word] 'issue #222'" # do
"15 18 $ZSH_HIGHLIGHT_STYLES[reserved-word] 'fallout of previous test point'" # done
)