Skip to content

Commit 5a38710

Browse files
committed
subshells: Add an XFail test demonstrating that #166 is not yet fixed.
Reported-by: Antony Lee
1 parent d3deffb commit 5a38710

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

highlighters/main/test-data/subshell.zsh

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ BUFFER='tar cf - * | (cd /target; tar xfp -)'
3131

3232
expected_region_highlight=(
3333
"1 3 $ZSH_HIGHLIGHT_STYLES[command]" # tar
34+
"14 14 $ZSH_HIGHLIGHT_STYLES[reserved-word] 'issue #166'" # (
3435
"15 16 $ZSH_HIGHLIGHT_STYLES[command]" # cd
3536
"27 29 $ZSH_HIGHLIGHT_STYLES[command]" # tar
37+
#"36 36 $ZSH_HIGHLIGHT_STYLES[?]" # )
3638
)

0 commit comments

Comments
 (0)