Follow-up to 28d7056a7a: Fix test expectations.

This commit is contained in:
Daniel Shahaf
2016-10-22 17:46:42 +00:00
parent b7e277106b
commit 035d3eb095
2 changed files with 4 additions and 3 deletions

View File

@@ -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\!"
)