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 4719736 commit e9f9c8aCopy full SHA for e9f9c8a
shared/src/test/scala/scala/util/parsing/input/OffsetPositionTest.scala
@@ -7,12 +7,12 @@ class OffsetPositionTest {
7
@Test
8
def printLineContentsWithTrailingNewLine: Unit = {
9
val op = new OffsetPosition("\n", 1)
10
- assertEquals(op.lineContents, "")
+ assertEquals("", op.lineContents)
11
}
12
13
14
def printLineContentsWithEmptySource: Unit = {
15
val op = new OffsetPosition("", 0)
16
17
18
0 commit comments