Skip to content

try not encodeing < and >= #41

try not encodeing < and >=

try not encodeing < and >= #41

Triggered via push October 18, 2024 16:24
Status Failure
Total duration 25s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

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>&lt;PPR</td> - </tr> + <td>&lt;ppr&lt;&gt; + &lt;/ppr&lt;&gt;</td></tr> </tbody></table> ❯ src/lib/parseMarkdown.spec.ts:164:7
test
Process completed with exit code 1.