mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Renamed test file to case-sensitively match one used in test
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ public class NewLineBlocksIteratorTest extends AbstractNewLineBlocksIteratorTest
|
||||
checkStartOffsets(newLineBlocksStartOffsets);
|
||||
}
|
||||
|
||||
public void testFirstBlockOnNewLine_NotStartsIt() throws IOException, JDOMException {
|
||||
public void testFirstBlockOnNewLineNotStartsIt() throws IOException, JDOMException {
|
||||
String text = "var x = r'''\n" +
|
||||
"''';";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user