This repository was archived by the owner on Aug 1, 2025. It is now read-only.
Do Not Merge: Memory Leak Investigation Summary #30189
Annotations
9 errors and 1 warning
|
|
|
vscode/webviews/components/MarkdownFromCody.test.tsx#L133
AssertionError: expected '<div><p>D\n<a>D2</a></p></div>' to be '<p>D\n<a>D2</a></p>' // Object.is equality
- Expected
+ Received
- <p>D
+ <div><p>D
- <a>D2</a></p>
+ <a>D2</a></p></div>
❯ webviews/components/MarkdownFromCody.test.tsx:133:31
|
|
vscode/webviews/components/MarkdownFromCody.test.tsx#L129
AssertionError: expected '<div><p>/</p></div>' to be '<p>/</p>' // Object.is equality
Expected: "<p>/</p>"
Received: "<div><p>/</p></div>"
❯ webviews/components/MarkdownFromCody.test.tsx:129:31
|
|
vscode/webviews/components/MarkdownFromCody.test.tsx#L124
AssertionError: expected '<div><p></p></div>' to be '<p></p>' // Object.is equality
Expected: "<p></p>"
Received: "<div><p></p></div>"
❯ webviews/components/MarkdownFromCody.test.tsx:124:83
|
|
vscode/webviews/components/MarkdownFromCody.test.tsx#L121
AssertionError: expected '<div><p></p></div>' to be '<p></p>' // Object.is equality
Expected: "<p></p>"
Received: "<div><p></p></div>"
❯ webviews/components/MarkdownFromCody.test.tsx:121:62
|
|
vscode/webviews/components/MarkdownFromCody.test.tsx#L118
AssertionError: expected '<div><p>test</p></div>' to be '<p>test</p>' // Object.is equality
Expected: "<p>test</p>"
Received: "<div><p>test</p></div>"
❯ webviews/components/MarkdownFromCody.test.tsx:118:62
|
|
vscode/webviews/components/MarkdownFromCody.test.tsx#L115
AssertionError: expected '<div></div>' to be '' // Object.is equality
- Expected
+ Received
+ <div></div>
❯ webviews/components/MarkdownFromCody.test.tsx:115:52
|
|
vscode/webviews/components/MarkdownFromCody.test.tsx#L78
Error: Snapshot `MarkdownFromCody > renders Markdown code blocks, with child code blocks preserved 1` mismatched
- Expected
+ Received
- "<pre><code class="hljs language-markdown#">
- ## This is a subheading
+ "<div><pre><pre class="hljs language-markdown#"><code class="language-markdown" data-language="markdown">
+ <span class="hljs-section">## This is a subheading</span>
Some text
in the same paragraph
- with a [link](./destination).
-
- ```ts
- const someTypeScriptCode = funcCall()
- ```
-
- - bullet list item 1
- - bullet list item 2
-
- 1. item 1
+ with a [<span class="hljs-string">link</span>](<span class="hljs-link">./destination</span>).
+
+ <span class="hljs-code">```ts
+ const someTypeScriptCode = funcCall()
+ ```</span>
+
+ <span class="hljs-bullet">-</span> bullet list item 1
+ <span class="hljs-bullet">-</span> bullet list item 2
+
+ <span class="hljs-bullet">1.</span> item 1
- ```ts
+ <span class="hljs-code">```ts
const codeInsideTheBulletPoint = "string"
- ```
- 1. item 2
-
- > quoted
- > text
-
- | col 1 | col 2 |
- |-------|-------|
- | A | B |
-
- 
-
- <b>inline html</b>
-
- Escaped \* markdown and escaped html code &lt;````
- </code></pre>"
+ ```</span>
+ <span class="hljs-bullet">1.</span> item 2
+
+ <span class="hljs-quote">> quoted</span>
+ <span class="hljs-quote">> text</span>
+
+ | col 1 | col 2 |
+ |-------|-------|
+ | A | B |
+
+ 
+
+ <span class="language-xml"><span class="hljs-tag"><<span class="hljs-name">b</span>></span></span>inline html<span class="language-xml"><span class="hljs-tag"></<span class="hljs-name">b</span>></span></span>
+
+ Escaped \* markdown and escaped html code &lt;<span class="hljs-code">````</span></code></pre></pre></div>"
❯ webviews/components/MarkdownFromCody.test.tsx:78:54
|
|
vscode/webviews/components/MarkdownFromCody.test.tsx#L51
Error: Snapshot `MarkdownFromCody > renders code blocks, with syntax highlighting 1` mismatched
- Expected
+ Received
- "<h1>This is a heading</h1>
+ "<div><h1>This is a heading</h1>
<h2>This is a subheading</h2>
<p>Some text
in the same paragraph
with a <a href="">link</a>.</p>
- <pre><code class="hljs language-ts" data-language="ts"><span class="hljs-keyword">const</span> someTypeScriptCode = <span class="hljs-title function_">funcCall</span>()
- </code></pre>
+ <pre><pre class="hljs language-ts"><code class="language-ts" data-language="ts"><span class="hljs-keyword">const</span> someTypeScriptCode = <span class="hljs-title function_">funcCall</span>()</code></pre></pre>
<ul>
<li>bullet list item 1</li>
<li>bullet list item 2</li>
</ul>
<ol>
<li>item 1
- <pre><code class="hljs language-ts" data-language="ts"><span class="hljs-keyword">const</span> codeInsideTheBulletPoint = <span class="hljs-string">"string"</span>
- </code></pre>
+ <pre><pre class="hljs language-ts"><code class="language-ts" data-language="ts"><span class="hljs-keyword">const</span> codeInsideTheBulletPoint = <span class="hljs-string">"string"</span></code></pre></pre>
</li>
<li>item 2</li>
</ol>
<blockquote>
<p>quoted
text</p>
</blockquote>
<table><thead><tr><th>col 1</th><th>col 2</th></tr></thead><tbody><tr><td>A</td><td>B</td></tr></tbody></table>
<p></p>
<p>inline html</p>
- <p>Escaped * markdown and escaped html code <</p>"
+ <p>Escaped * markdown and escaped html code <</p></div>"
❯ webviews/components/MarkdownFromCody.test.tsx:51:45
|
|
|
The logs for this run have expired and are no longer available.
Loading