Skip to content

Commit dfc4112

Browse files
committed
tests: Fix the test added in the last commit.
1 parent d6defe7 commit dfc4112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highlighters/main/test-data/backslash-continuation2.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ BUFFER=$'echo foo\\\nbar"baz"'
3232

3333
expected_region_highlight=(
3434
'1 4 builtin' # echo
35-
'6 18 default' # foo\\\nbar"baz"
35+
'6 18 default "issue #705"' # foo\\\nbar"baz"
3636
'14 18 double-quoted-argument "issue #705"' # "baz"
3737
)

0 commit comments

Comments
 (0)