tests: Directly diff expected_region_highlight against region_highlight

This commit is contained in:
Matthew Martin
2018-02-06 19:14:26 -06:00
parent 622358f32d
commit a9be0975c8
78 changed files with 219 additions and 121 deletions

View File

@@ -37,17 +37,17 @@ touch A/mu
BUFFER='ls /bin/ / A/mu A/m'
expected_region_highlight=(
"1 2 command" # ls
"4 8 path" # /bin/
"4 4 path_pathseparator" # /
"5 7 path" # bin
"8 8 path_pathseparator" # /
"10 10 path" # /
"10 10 path_pathseparator" # /
"12 12 path" # A
"12 15 path" # A/mu
"13 13 path_pathseparator" # /
"14 15 path" # mu
"17 17 path_prefix" # A
"17 19 path_prefix" # A/m
"18 18 path_prefix_pathseparator" # /
"19 19 path_prefix" # m
)