Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/services/
Dcolorization.ts42 for (const expectedEntry of expectedEntries) { constant
43 if (expectedEntry.classification === undefined) {
44 …assert.equal(result.finalLexState, expectedEntry.value, "final endOfLineState does not match expec…
47 …const actualEntryPosition = expectedEntry.position !== undefined ? expectedEntry.position : text.i…
48 …assert(actualEntryPosition >= 0, "token: '" + expectedEntry.value + "' does not exit in text: '" +…
52 …assert(actualEntry, "Could not find classification entry for '" + expectedEntry.value + "' at posi…
53 ….classification, expectedEntry.classification, "Classification class does not match expected. Expe…
54 …tualEntry.length, expectedEntry.value.length, "Classification length does not match expected. Expe…
/third_party/protobuf/js/experimental/runtime/kernel/
Dindexer_test.js53 const expectedEntry = expectedEntries[i];
55 expect(storageEntry).toBe(expectedEntry);