There was an error while loading. Please reload this page.
1 parent bdb3d50 commit 19fcb17Copy full SHA for 19fcb17
1 file changed
src/testResultsSummary.ts
@@ -149,6 +149,7 @@ function formatDiagnosticReport(report: string): string {
149
.replace(/\r\n/g, '\n') // Windows line endings
150
.replace(/\r/g, '\n') // Mac old-style line endings
151
.replace(/\t/g, ' ') // Tabs to spaces
152
+ .replace(/\n\n/g, '<br><br>')
153
.trim();
154
}
155
0 commit comments