fix highlight tests

This commit is contained in:
Dmitriy Pleshevskiy 2022-12-11 14:20:31 +03:00
parent fc3754658c
commit a1a2091ebf
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 6 additions and 2 deletions

View File

@ -6,11 +6,15 @@ foo.'baz'.biz
# ^ punctuation.delimiter
# ^ variable
'b\nz'
"b\nz"
# ^ string.escape
# ^ string.escape
'biz': 'Baz\nBiz'
'b\nz'
# ^ string
# ^ string
'biz': "Baz\nBiz"
# <- string
# ^ string
# ^ string