Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/parser/
Dparser-location-info.test.ts7 assertNodeLocation,
126 assertNodeLocation(location, html, html, [html]);
166 assertNodeLocation(location, html, html, [html]);
169 assertNodeLocation(textLocation, html.slice(8, 15), html, [html]);
/third_party/parse5/test/utils/
Dgenerate-location-info-parser-tests.ts90 export function assertNodeLocation( function