Add test cases for lists inside blockquotes (refs #1473).

This commit is contained in:
David Anson 2025-01-31 22:09:40 -08:00
parent f2a0bfe651
commit 2d2fafc58d
5 changed files with 556 additions and 1 deletions

View file

@ -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);