'main': Extend tests to capture the current behaviour.

The next commits will change this behaviour.
This commit is contained in:
Daniel Shahaf
2020-01-12 20:17:31 +00:00
committed by Daniel Shahaf
parent c67372e96c
commit a6eb966d96
2 changed files with 42 additions and 2 deletions

View File

@@ -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)
)