Searched refs:expectedEntry (Results 1 – 2 of 2) sorted by relevance
42 for (const expectedEntry of expectedEntries) { constant43 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…
53 const expectedEntry = expectedEntries[i];55 expect(storageEntry).toBe(expectedEntry);