fix(bi-link): Invalidation of title reference #786
ci.yaml
on: pull_request
Lint
28s
Packages Build Test
1m 10s
Matrix: unittest
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.
|