From a8df38658877b3e033b4c532d2c33e7e32adca67 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 23 Dec 2017 22:46:18 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/highlighters/main/test-data/number_range-glob.zsh b/highlighters/main/test-data/number_range-glob.zsh index c840e0d..7ed3d6d 100644 --- a/highlighters/main/test-data/number_range-glob.zsh +++ b/highlighters/main/test-data/number_range-glob.zsh @@ -28,10 +28,10 @@ # vim: ft=zsh sw=2 ts=2 et # ------------------------------------------------------------------------------------------------- -BUFFER=$'print <-> 0<->' +BUFFER=$'print <-> x<->' expected_region_highlight=( '1 5 builtin' # print '7 9 globbing' # <-> - '11 14 globbing' # 0<-> + '11 14 globbing' # x<-> )