v3.2: $self field (Alternative Approach)
#1815
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
tests/md2html/md2html.test.mjs > md2html > basic-new.md:
tests/md2html/md2html.test.mjs#L26
AssertionError: expected '<!DOCTYPE html><html lang="en"><head>…' to equal '<!DOCTYPE html><html lang="en"><head>…'
- Expected
+ Received
@@ -43,18 +43,18 @@
</code></pre>
<pre class="nohighlight" tabindex="0"><code>https://<span class="hljs-attr">foo.com</span>/<span class="hljs-attr">bar</span>?<span class="hljs-attr">baz</span>=<span class="hljs-literal">qux</span>&<span class="hljs-attr">fred</span>=<span class="hljs-literal">waldo</span>#<span class="hljs-attr">fragment</span>
</code></pre>
<pre class="nohighlight" tabindex="0"><code>https://foo.com/bar{<span class="hljs-attr">?baz*</span>,<span class="hljs-attr">qux</span>}
</code></pre>
- <pre class="nohighlight" tabindex="0"><code><span class="hljs-attr">data:</span> This data is formatted
+ <pre class="nohighlight" tabindex="0"><code><span class="hljs-attr">data</span>: This data is formatted
- <span class="hljs-attr">data:</span> across two lines
+ <span class="hljs-attr">data</span>: across two lines
- <span class="hljs-attr">retry:</span> 5
+ <span class="hljs-attr">retry</span>: 5
<span class="hljs-attr">
- event:</span> add
+ event</span>: add
- <span class="hljs-attr">data:</span> 1234.5678
+ <span class="hljs-attr">data</span>: 1234.5678
- <span class="hljs-attr">unknown-field:</span> this is ignored
+ <span class="hljs-attr">unknown-field</span>: this is ignored
- <span class="hljs-attr"></span></code></pre>
+ </code></pre>
</section></section><section class="appendix"><h1>Appendix A: Revision History</h1>
<table>
<thead>
<tr>
<th>Version</th>
❯ tests/md2html/md2html.test.mjs:26:34
|