Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-eslint-documented-errors.js12 const invalidCode = 'UNDOCUMENTED ERROR CODE'; constant
23 E('${invalidCode}', 'bar');
27 message: `"${invalidCode}" is not documented in doc/api/errors.md`,
32 `doc/api/errors.md does not have an anchor for "${invalidCode}"`,
Dtest-eslint-documented-deprecation-codes.js15 const invalidCode = 'UNDOCUMENTED INVALID CODE'; constant
28 deprecate(function foo(){}, 'bar', '${invalidCode}');
32 message: `"${invalidCode}" does not match the expected pattern`,
36 message: `"${invalidCode}" is not documented in ${mdFile}`,