try not encodeing < and >= #41
Annotations
2 errors
src/lib/parseMarkdown.spec.ts > body > escapes special characters in tables:
src/lib/parseMarkdown.spec.ts#L164
AssertionError: expected '<table>\n<thead>\n<tr>\n<th>foo</th>\…' to be '<table>\n<thead>\n<tr>\n<th>foo</th>\…' // Object.is equality
- Expected
+ Received
<table>
<thead>
<tr>
<th>foo</th>
</tr>
</thead>
<tbody><tr>
- <td><PPR</td>
- </tr>
+ <td><ppr<>
+ </ppr<></td></tr>
</tbody></table>
❯ src/lib/parseMarkdown.spec.ts:164:7
|
test
Process completed with exit code 1.
|