Home
last modified time | relevance | path

Searched refs:testDescrs (Results 1 – 2 of 2) sorted by relevance

/third_party/parse5/test/utils/
Dparse-dat-file.ts38 const testDescrs: Record<string, number | string[]>[] = []; constant
45 testDescrs.push(curDescr);
56 return testDescrs.map((descr) => {
Dgenerate-tokenization-tests.ts179 const testDescrs: TestDescription[] = testSet.tests; constant
181 if (!testDescrs) {
187 for (const descr of testDescrs) {