Skip to content

Commit 3bbb8bd

Browse files
Fix comments
1 parent e9a6ed5 commit 3bbb8bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/#183.test.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
// ^^ - constant.character.escape.scala
1515
// ^ punctuation.definition.string.end.scala
1616

17-
raw"$$ " // `$"` is an escaped `"` in raw interpolators
17+
raw"$$ " // `$$` is an escaped `$` in raw interpolators
1818
// ^^^ source.scala keyword.interpolation.scala
1919
// ^ string.quoted.double.interpolated.scala punctuation.definition.string.begin.scala
2020
// ^^ constant.character.escape.scala
2121
// ^ string.quoted.double.interpolated.scala
2222
// ^ punctuation.definition.string.end.scala
2323

24-
raw"$" " // `$$` is an escaped `$` in raw interpolators
24+
raw"$" " // `$"` is an escaped `"` in raw interpolators
2525
// ^^^ source.scala keyword.interpolation.scala
2626
// ^ string.quoted.double.interpolated.scala punctuation.definition.string.begin.scala
2727
// ^^ constant.character.escape.scala

0 commit comments

Comments
 (0)