We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edb26a commit a34ff32Copy full SHA for a34ff32
compiler/test/dotty/tools/dotc/printing/SyntaxHighlightingTests.scala
@@ -50,6 +50,9 @@ class SyntaxHighlightingTests {
50
def strings = {
51
// For some reason we currently use literal color for string
52
test("\"Hello\"", "<L|\"Hello\">")
53
+ test("s\"Hello\"", "s<L|\"Hello\">")
54
+ test("s\"Hello $name\"", "s<L|\"Hello <V|$name<L|\">")
55
+ test("raw\"Hello\"", "raw<L|\"Hello\">")
56
}
57
58
@Test
0 commit comments