tests: path-tilde-named.zsh: Fix expectations
The path string ends at offset 26, not 23.
This commit is contained in:
		
							parent
							
								
									547b8be304
								
							
						
					
					
						commit
						186536705b
					
				|  | @ -34,5 +34,5 @@ BUFFER='ls ~D/path-tilde-named.zsh' | |||
| 
 | ||||
| expected_region_highlight=( | ||||
|   "1 2  $ZSH_HIGHLIGHT_STYLES[command]" # ls | ||||
|   "4 23 $ZSH_HIGHLIGHT_STYLES[path]"    # ~D/path-tilde-named.zsh | ||||
|   "4 26 $ZSH_HIGHLIGHT_STYLES[path]"    # ~D/path-tilde-named.zsh | ||||
| ) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue