Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki authored Jan 17, 2021
1 parent e9a6ed5 commit 3bbb8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/#183.test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
// ^^ - constant.character.escape.scala
// ^ punctuation.definition.string.end.scala

raw"$$ " // `$"` is an escaped `"` in raw interpolators
raw"$$ " // `$$` is an escaped `$` in raw interpolators
// ^^^ source.scala keyword.interpolation.scala
// ^ string.quoted.double.interpolated.scala punctuation.definition.string.begin.scala
// ^^ constant.character.escape.scala
// ^ string.quoted.double.interpolated.scala
// ^ punctuation.definition.string.end.scala

raw"$" " // `$$` is an escaped `$` in raw interpolators
raw"$" " // `$"` is an escaped `"` in raw interpolators
// ^^^ source.scala keyword.interpolation.scala
// ^ string.quoted.double.interpolated.scala punctuation.definition.string.begin.scala
// ^^ constant.character.escape.scala
Expand Down

0 comments on commit 3bbb8bd

Please sign in to comment.