add tests for #360

This commit is contained in:
dklimpel 2024-10-02 18:08:41 +02:00
parent fc3dff0397
commit 80901574a3
2 changed files with 7 additions and 0 deletions

View File

@ -83,3 +83,9 @@ Consequent whitespaces typo (easy to workaround)
This is a [link to a linked header](#this-header-is-linked)
### Somewhere
## L. Is the package in the Linux distro base image?
Anchor links ending with `?`.
[L. Is the package in the Linux distro base image?](#l-is-the-package-in-the-linux-distro-base-image)

View File

@ -395,6 +395,7 @@ describe('markdown-link-check', function () {
{ link: '#clientserver-examples-using--networkpeer', statusCode: 200, err: null, status: 'alive' },
{ link: '#somewhere', statusCode: 200, err: null, status: 'alive' },
{ link: '#this-header-is-linked', statusCode: 200, err: null, status: 'alive' },
{ link: '#l-is-the-package-in-the-linux-distro-base-image', statusCode: 200, err: null, status: 'alive' },
]);
done();
});