test harness: Fix a bug whereby 'todo' state would propagate to all subsequent test points.
Update expectations on the subshell test (which triggered this bug, since it has a passing test point following a 'todo' test point).
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
BUFFER='tar cf - * | (cd /target; tar xfp -)'
|
||||
|
||||
expected_region_highlight=(
|
||||
"1 3 $ZSH_HIGHLIGHT_STYLES[command] 'not yet implemented'" # tar
|
||||
"1 3 $ZSH_HIGHLIGHT_STYLES[command]" # tar
|
||||
"15 16 $ZSH_HIGHLIGHT_STYLES[command] 'not yet implemented'" # cd
|
||||
"27 29 $ZSH_HIGHLIGHT_STYLES[command] 'not yet implemented'" # tar
|
||||
"27 29 $ZSH_HIGHLIGHT_STYLES[command]" # tar
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user