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 4689420 commit d6444e3Copy full SHA for d6444e3
compiler/test/dotty/tools/dotc/printing/SyntaxHighlightingTests.scala
@@ -48,7 +48,11 @@ class SyntaxHighlightingTests extends DottyTest {
48
test("1", "<L|1>")
49
test("1.1", "<L|1.1>")
50
test("1.1.toString", "<L|1.1>.toString")
51
- // test("1L", "<L|1L>")
+ test("1L", "<L|1L>")
52
+ test("1Lx", "1Lx")
53
+ test("1f", "<L|1f>")
54
+ test("1.1f", "<L|1.1f>")
55
+ test("1.1fx", "1.1fx")
56
}
57
58
@Test
0 commit comments