Check deep links #17
Triggered via release
December 31, 2025 20:10
fulldecent
published
1.2.2
Status
Failure
Total duration
20s
Artifacts
–
Annotations
2 errors
|
publish
Process completed with exit code 1.
|
|
tests/fixtures.test.ts > fixture validation against required output > required output validation > matches required output for tests/fixtures/InternalLinksRule-fragment-missing.html:
tests/fixtures.test.ts#L209
AssertionError: expected [ { …(9) }, { …(9) } ] to deeply equal [ { …(9) }, { …(9) } ]
- Expected
+ Received
@@ -1,22 +1,22 @@
[
{
"column": 49,
- "line": 10,
+ "line": 11,
"message": "Fragment \"#nonexistent-section\" not found in \"no-errors.html\".",
- "offset": 255,
+ "offset": 250,
"ruleId": "nice-checkers/internal-links",
"ruleUrl": "https://github.com/fulldecent/html-validate-nice-checkers/blob/main/README.md#rules",
"selector": "html > body > a:nth-child(1)",
"severity": 2,
"size": 1,
},
{
"column": 35,
- "line": 11,
+ "line": 12,
"message": "Fragment \"#nonexistent-section\" not found in current document.",
- "offset": 335,
+ "offset": 330,
"ruleId": "nice-checkers/internal-links",
"ruleUrl": "https://github.com/fulldecent/html-validate-nice-checkers/blob/main/README.md#rules",
"selector": "html > body > a:nth-child(2)",
"severity": 2,
"size": 1,
❯ tests/fixtures.test.ts:209:26
|