Lines Matching refs:identical
160 // Strict equal with identical objects that are not identical by reference.
179 // There were at least five identical lines at the end. Mark a couple of
191 let identical = 0;
207 // If more than two former lines are identical, print them. Collapse them
208 // in case more than five lines were identical.
209 if (identical > 2) {
210 if (identical > 3) {
211 if (identical > 4) {
212 if (identical === 5) {
226 // No identical lines before.
227 identical = 0;
241 // a trailing comma. In that case it is actually identical and we should
247 // If the expected line has a trailing comma but is otherwise identical,
263 // If more than two former lines are identical, print them. Collapse
264 // them in case more than five lines were identical.
265 if (identical > 2) {
266 if (identical > 3) {
267 if (identical > 4) {
268 if (identical === 5) {
282 // No identical lines before.
283 identical = 0;
289 // Lines are identical
295 identical++;
296 // The very first identical line since the last diverging line is be
298 if (identical <= 2) {