Skip to content

fix(bi-link): Invalidation of title reference #786

fix(bi-link): Invalidation of title reference

fix(bi-link): Invalidation of title reference #786

Re-run triggered November 8, 2024 07:20
Status Failure
Total duration 1m 19s
Artifacts

ci.yaml

on: pull_request
Matrix: unittest
Fit to window
Zoom out
Zoom in

Annotations

7 errors
src/index.test.ts > markdown-it-bi-directional-links > should render simple form with hash tags: packages/markdown-it-bi-directional-links/src/index.test.ts#L109
AssertionError: expected '<p>[[foo#bar]]</p>\n' to be '<p><a href="/foo.md#bar">foo</a></p>\n' // Object.is equality - Expected + Received - <p><a href="/foo.md#bar">foo</a></p> + <p>[[foo#bar]]</p> ❯ src/index.test.ts:109:22
src/index.test.ts > markdown-it-bi-directional-links > should render multi-words form with hash tags: packages/markdown-it-bi-directional-links/src/index.test.ts#L117
AssertionError: expected '<p>[[foo bar#bar]]</p>\n' to be '<p><a href="/foo bar.md#bar">foo bar<…' // Object.is equality - Expected + Received - <p><a href="/foo bar.md#bar">foo bar</a></p> + <p>[[foo bar#bar]]</p> ❯ src/index.test.ts:117:22
Unit Tests - 22.x
Process completed with exit code 1.
Unit Tests - 20.x
The job was canceled because "_22_x" failed.
src/index.test.ts > markdown-it-bi-directional-links > should render simple form with hash tags: packages/markdown-it-bi-directional-links/src/index.test.ts#L109
AssertionError: expected '<p>[[foo#bar]]</p>\n' to be '<p><a href="/foo.md#bar">foo</a></p>\n' // Object.is equality - Expected + Received - <p><a href="/foo.md#bar">foo</a></p> + <p>[[foo#bar]]</p> ❯ src/index.test.ts:109:22
src/index.test.ts > markdown-it-bi-directional-links > should render multi-words form with hash tags: packages/markdown-it-bi-directional-links/src/index.test.ts#L117
AssertionError: expected '<p>[[foo bar#bar]]</p>\n' to be '<p><a href="/foo bar.md#bar">foo bar<…' // Object.is equality - Expected + Received - <p><a href="/foo bar.md#bar">foo bar</a></p> + <p>[[foo bar#bar]]</p> ❯ src/index.test.ts:117:22
Unit Tests - 20.x
Process completed with exit code 1.