mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Add test cases for lists inside blockquotes (refs #1473).
This commit is contained in:
parent
f2a0bfe651
commit
2d2fafc58d
5 changed files with 556 additions and 1 deletions
|
@ -890,7 +890,7 @@ test("readme", async(t) => {
|
|||
});
|
||||
|
||||
test("validateJsonUsingConfigSchemaStrict", async(t) => {
|
||||
t.plan(181);
|
||||
t.plan(182);
|
||||
// @ts-ignore
|
||||
const ajv = new Ajv(ajvOptions);
|
||||
const validateSchemaStrict = ajv.compile(configSchemaStrict);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue