mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
[vcs] Fix testDocument()
GitOrigin-RevId: 50e8cde01fe244fa6ea551b3dda9dccf8a3a1644
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b1d6d4ff38
commit
121c1b34f9
@@ -103,7 +103,7 @@ public class RangeBuilderTest extends TestCase {
|
||||
Document document = new DocumentImpl("1\n\n");
|
||||
int lineStartOffset = document.getLineStartOffset(document.getLineCount() - 1);
|
||||
assertEquals(3, lineStartOffset);
|
||||
document.getLineNumber(2);
|
||||
assertEquals(1, document.getLineNumber(2));
|
||||
}
|
||||
|
||||
private static void doTest(String[] upToDate, String[] current,
|
||||
|
||||
Reference in New Issue
Block a user