Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Jun 9, 2022
1 parent 002d57f commit 4fde0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntax_test_julia.jl
Original file line number Diff line number Diff line change
Expand Up @@ -629,9 +629,9 @@ end
# ^^^^^^^^^^^^^^ meta.string.julia string.quoted.double.block.julia source.regexp

r"\""
# ^^ meta.string.julia string.quoted.double.julia source.regexp.python constant.character.escape.backslash.regexp
# ^^ meta.string.julia string.quoted.double.julia source.regexp.python meta.mode.basic.regexp constant.character.escape.regexp
r"""a"b"""
# ^^^ meta.string.julia string.quoted.double.block.julia source.regexp.python
# ^^^ meta.string.julia string.quoted.double.block.julia source.regexp.python meta.mode.basic.regexp

b"DATA\xff\u2200"
# ^^^^ meta.string.julia string.quoted.double.julia constant.character.escape.hex.julia
Expand Down

0 comments on commit 4fde0fd

Please sign in to comment.