test(challenge-parser): improve validate-sections test (#62385)

This commit is contained in:
Huyen Nguyen
2025-09-27 20:22:21 +07:00
committed by GitHub
parent fb3be5c018
commit 95b4056e20
2 changed files with 15 additions and 102 deletions

View File

@@ -124,3 +124,5 @@ function validateSections() {
}
module.exports = validateSections;
module.exports.VALID_MARKERS = VALID_MARKERS;
module.exports.NON_HEADING_MARKERS = NON_HEADING_MARKERS;