diff --git a/highlighters/main/test-data/number_range-glob.zsh b/highlighters/main/test-data/number_range-glob.zsh index 7ed3d6d..15b6e28 100644 --- a/highlighters/main/test-data/number_range-glob.zsh +++ b/highlighters/main/test-data/number_range-glob.zsh @@ -28,10 +28,13 @@ # vim: ft=zsh sw=2 ts=2 et # ------------------------------------------------------------------------------------------------- -BUFFER=$'print <-> x<->' +BUFFER=$'print <-> x<-> ' expected_region_highlight=( '1 5 builtin' # print '7 9 globbing' # <-> '11 14 globbing' # x<-> + '16 16 redirection' # < + '17 22 default' # foo2-3 (the filename) + '23 23 redirection' # > )