'main': Extend tests to capture the current behaviour.
The next commits will change this behaviour.
This commit is contained in:
committed by
Daniel Shahaf
parent
c67372e96c
commit
a6eb966d96
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user