We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6defe7 commit dfc4112Copy full SHA for dfc4112
highlighters/main/test-data/backslash-continuation2.zsh
@@ -32,6 +32,6 @@ BUFFER=$'echo foo\\\nbar"baz"'
32
33
expected_region_highlight=(
34
'1 4 builtin' # echo
35
- '6 18 default' # foo\\\nbar"baz"
+ '6 18 default "issue #705"' # foo\\\nbar"baz"
36
'14 18 double-quoted-argument "issue #705"' # "baz"
37
)
0 commit comments