Skip to content

Commit 19fcb17

Browse files
committed
add formatting for double \n
1 parent bdb3d50 commit 19fcb17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/testResultsSummary.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ function formatDiagnosticReport(report: string): string {
149149
.replace(/\r\n/g, '\n') // Windows line endings
150150
.replace(/\r/g, '\n') // Mac old-style line endings
151151
.replace(/\t/g, ' ') // Tabs to spaces
152+
.replace(/\n\n/g, '<br><br>')
152153
.trim();
153154
}
154155

0 commit comments

Comments
 (0)