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 8d8363b commit c317963Copy full SHA for c317963
opengrok-indexer/src/test/java/org/opengrok/indexer/history/MercurialRepositoryTest.java
@@ -254,11 +254,11 @@ void testGetHistoryGet() throws Exception {
254
MercurialRepository mr = (MercurialRepository) RepositoryFactory.getRepository(repositoryRoot);
255
String exp_str = """
256
This will be a first novel of mine.
257
-
+
258
Chapter 1.
259
260
Let's write some words. It began like this:
261
262
...
263
""";
264
byte[] buffer = new byte[1024];
0 commit comments