File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
// ^^ - constant.character.escape.scala
15
15
// ^ punctuation.definition.string.end.scala
16
16
17
- raw " $$ " // `$" ` is an escaped `" ` in raw interpolators
17
+ raw " $$ " // `$$ ` is an escaped `$ ` in raw interpolators
18
18
// ^^^ source.scala keyword.interpolation.scala
19
19
// ^ string.quoted.double.interpolated.scala punctuation.definition.string.begin.scala
20
20
// ^^ constant.character.escape.scala
21
21
// ^ string.quoted.double.interpolated.scala
22
22
// ^ punctuation.definition.string.end.scala
23
23
24
- raw " $" " // `$$ ` is an escaped `$ ` in raw interpolators
24
+ raw " $" " // `$" ` is an escaped `" ` in raw interpolators
25
25
// ^^^ source.scala keyword.interpolation.scala
26
26
// ^ string.quoted.double.interpolated.scala punctuation.definition.string.begin.scala
27
27
// ^^ constant.character.escape.scala
You can’t perform that action at this time.
0 commit comments