mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Extend tests to capture the current behaviour.
The next commits will change this behaviour.
This commit is contained in:
parent
c67372e96c
commit
a6eb966d96
2 changed files with 42 additions and 2 deletions
|
|
@ -28,8 +28,10 @@
|
|||
# vim: ft=zsh sw=2 ts=2 et
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
BUFFER=$'/bin'
|
||||
BUFFER=$'/bin; /bin'
|
||||
|
||||
expected_region_highlight=(
|
||||
'1 4 path' # /bin
|
||||
'1 4 path' # /bin (in middle)
|
||||
'5 5 commandseparator' # ;
|
||||
'7 10 path' # /bin (at end)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue