mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Test case improvements for correctness, detail, and performance.
This commit is contained in:
parent
5ce30c6156
commit
61e0ac314c
3 changed files with 24 additions and 37 deletions
|
|
@ -2823,12 +2823,12 @@ module.exports.someCustomRulesHaveValidUrl =
|
|||
(Object.getPrototypeOf(rule.information) === URL.prototype));
|
||||
if (rule === customRules.anyBlockquote) {
|
||||
test.equal(
|
||||
rule.information,
|
||||
rule.information.href,
|
||||
`${homepage}/blob/master/test/rules/any-blockquote.js`
|
||||
);
|
||||
} else if (rule === customRules.lettersEX) {
|
||||
test.equal(
|
||||
rule.information,
|
||||
rule.information.href,
|
||||
`${homepage}/blob/master/test/rules/letters-E-X.js`
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue