There was an error while loading. Please reload this page.
1 parent e15aa46 commit e402790Copy full SHA for e402790
1 file changed
src/testResultsSummary.ts
@@ -121,6 +121,7 @@ function generateTestCaseRow(testCase: MatlabTestCase): string {
121
? testCase.diagnostics.map(diagnostic =>
122
`<details>` +
123
`<summary>` + diagnostic.event + `</summary>` +
124
+ `<p>` + diagnostic.report + `</p>` +
125
`<pre style="white-space: pre-line;">` + diagnostic.report + `</pre>` +
126
`</details>`
127
).join('')
0 commit comments