From 035d3eb095a4396843bffbbeb640fe97e9a0dff2 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 22 Oct 2016 17:46:42 +0000 Subject: [PATCH] Follow-up to 28d7056a7a06: Fix test expectations. --- changelog.md | 2 +- .../main/test-data/history-double-quoted-escaped.zsh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 35cbb06..4af6af7 100644 --- a/changelog.md +++ b/changelog.md @@ -76,7 +76,7 @@ in this area. (b4537a972eed, bccc3dc26943) - Escaped history expansions inside double quotes: `: "\!"` - (28d7056a7a06) + (28d7056a7a06, et seq) ## Fixed highlighting of: diff --git a/highlighters/main/test-data/history-double-quoted-escaped.zsh b/highlighters/main/test-data/history-double-quoted-escaped.zsh index cd08cbf..c447a78 100644 --- a/highlighters/main/test-data/history-double-quoted-escaped.zsh +++ b/highlighters/main/test-data/history-double-quoted-escaped.zsh @@ -32,6 +32,7 @@ BUFFER='echo "Hello\!"' expected_region_highlight=( '1 4 builtin' # echo - '6 14 double-quoted-argument' # "Hello\\\!" - '12 13 back-double-quoted-argument' # \\\! + '6 11 double-quoted-argument' # "Hello + '12 13 back-double-quoted-argument' # \! + '14 14 double-quoted-argument' # "Hello\!" )