File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
scalac-scoverage-plugin/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- version = "3.0.4 "
1+ version = "3.3.1 "
22project.git = true
33runner.dialect = "scala213"
44assumeStandardLibraryStripMargin = true
Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ class ScoverageInstrumentationComponent(
527527 /** Applications of methods with non trivial args means the args themselves
528528 * must also be instrumented
529529 */
530- // todo remove once scala merges into Apply proper
530+ // todo remove once scala merges into Apply proper
531531 case a : ApplyToImplicitArgs =>
532532 instrument(
533533 treeCopy.Apply (
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class SerializerTest extends AnyFunSuite with OneInstancePerTest {
6868 |def test : String
6969 |\f
7070 | """ .stripMargin.replaceAll(" (\r\n )|\n |\r " , " \n " )
71- val writer = new StringWriter () // TODO-use UTF-8
71+ val writer = new StringWriter () // TODO-use UTF-8
7272 val actual = Serializer .serialize(coverage, writer)
7373 assert(expected === writer.toString)
7474 }
You can’t perform that action at this time.
0 commit comments