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 10bb601 commit b79e803Copy full SHA for b79e803
compiler/test/dotty/tools/repl/ReplCompilerTests.scala
@@ -77,7 +77,7 @@ class ReplCompilerTests extends ReplTest:
77
assertEquals(1, summon[State].imports.size)
78
run("""mutable.Map("one" -> 1)""")
79
assertEquals(
80
- "val res0: scala.collection.mutable.Map[String, Int] = Map("one"" -> 1)",
+ "val res0: scala.collection.mutable.Map[String, Int] = Map(\"one\" -> 1)",
81
storedOutput().trim
82
)
83
}
0 commit comments