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 2ff6a26 commit 901333aCopy full SHA for 901333a
src/org/atoum/intellij/plugin/atoum/model/TestsResultFactory.java
@@ -44,7 +44,7 @@ public static TestsResult createFromTapOutput(String tapOutput)
44
currentClassname = nameLineMatcher.group(1);
45
currentMethodName = nameLineMatcher.group(2);
46
} else {
47
- currentContent += currentLine.substring(1);
+ currentContent += currentLine.substring(1) + "\n";
48
}
49
50
0 commit comments