tests: Fix the test added in the last commit.
This commit is contained in:
parent
d6defe715a
commit
dfc41123d7
|
@ -32,6 +32,6 @@ BUFFER=$'echo foo\\\nbar"baz"'
|
|||
|
||||
expected_region_highlight=(
|
||||
'1 4 builtin' # echo
|
||||
'6 18 default' # foo\\\nbar"baz"
|
||||
'6 18 default "issue #705"' # foo\\\nbar"baz"
|
||||
'14 18 double-quoted-argument "issue #705"' # "baz"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue