Fix line separators for windows in tests
This commit is contained in:
@@ -77,7 +77,7 @@ public class LineNumberTest extends TestCaseWithTmpdir {
|
||||
|
||||
String text;
|
||||
try {
|
||||
text = FileUtil.loadFile(file);
|
||||
text = FileUtil.loadFile(file, true);
|
||||
}
|
||||
catch (IOException e) {
|
||||
throw UtilsPackage.rethrow(e);
|
||||
|
||||
Reference in New Issue
Block a user