'main': Highlight backslash escape sequences outside quotes.

Fixes #631.

WIP: test expectations should be updated (12 failures including cthulhu)
This commit is contained in:
Daniel Shahaf 2020-06-08 14:53:28 +00:00
commit c8f5d10dfe
3 changed files with 10 additions and 1 deletions

View file

@ -34,4 +34,5 @@ expected_region_highlight=(
'1 4 builtin' # echo
'6 18 default "issue #705"' # foo\\\nbar"baz"
'14 18 double-quoted-argument "issue #705"' # "baz"
# TODO: when fixing this, see if we can highlight the backslash-newline sequence as a comment.
)