redirections: Test an infix redirection.
This commit is contained in:
		
							parent
							
								
									871af68082
								
							
						
					
					
						commit
						9816fcf055
					
				|  | @ -27,12 +27,13 @@ | |||
| # vim: ft=zsh sw=2 ts=2 et | ||||
| # ------------------------------------------------------------------------------------------------- | ||||
| 
 | ||||
| BUFFER='>/tmp >/tmp sudo echo foo' | ||||
| BUFFER='>/tmp >/tmp sudo echo >/tmp foo' | ||||
| 
 | ||||
| expected_region_highlight=( | ||||
|   "2  5  $ZSH_HIGHLIGHT_STYLES[path]"       # /tmp | ||||
|   "8  11 $ZSH_HIGHLIGHT_STYLES[path]"       # /tmp | ||||
|   "13 16 $ZSH_HIGHLIGHT_STYLES[precommand]" # sudo | ||||
|   "18 21 $ZSH_HIGHLIGHT_STYLES[builtin]"    # echo | ||||
|   "23 25 $ZSH_HIGHLIGHT_STYLES[default]"    # foo | ||||
|   "24 27 $ZSH_HIGHLIGHT_STYLES[path]"       # /tmp | ||||
|   "29 31 $ZSH_HIGHLIGHT_STYLES[default]"    # foo | ||||
| ) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue