@@ 7419-7419 (lines=1) @@ | ||
7416 | components.push({ count: 1, added: added, removed: removed }); |
|
7417 | } |
|
7418 | }, |
|
7419 | /*istanbul ignore start*/ /*istanbul ignore end*/extractCommon: function extractCommon(basePath, newString, oldString, diagonalPath) { |
|
7420 | var newLen = newString.length, |
|
7421 | oldLen = oldString.length, |
|
7422 | newPos = basePath.newPos, |
@@ 133-133 (lines=1) @@ | ||
130 | components.push({ count: 1, added: added, removed: removed }); |
|
131 | } |
|
132 | }, |
|
133 | /*istanbul ignore start*/ /*istanbul ignore end*/extractCommon: function extractCommon(basePath, newString, oldString, diagonalPath) { |
|
134 | var newLen = newString.length, |
|
135 | oldLen = oldString.length, |
|
136 | newPos = basePath.newPos, |