fix highlight tests
This commit is contained in:
parent
fc3754658c
commit
a1a2091ebf
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue