From 7e10a47a1d3e83e11462f34552a1dfb00708820f Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 23 Dec 2017 22:47:28 +0000 Subject: [PATCH] =?UTF-8?q?fixup!=20'main':=20Fix=20highlighting=20of=20?= =?UTF-8?q?=C2=AB<->=C2=BB-style=20numeric=20globs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- highlighters/main/test-data/number_range-glob.zsh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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' # > )