Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 8083-8083 (lines=1) @@
8080
8081
	exports.__esModule = true;
8082
	exports. /*istanbul ignore end*/parsePatch = parsePatch;
8083
	function parsePatch(uniDiff) {
8084
	  /*istanbul ignore start*/var /*istanbul ignore end*/options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
8085
8086
	  var diffstr = uniDiff.split(/\r\n|[\n\v\f\r\x85]/),

node_modules/diff/lib/patch/parse.js 1 location

@@ 5-5 (lines=1) @@
2
3
exports.__esModule = true;
4
exports. /*istanbul ignore end*/parsePatch = parsePatch;
5
function parsePatch(uniDiff) {
6
  /*istanbul ignore start*/var /*istanbul ignore end*/options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
7
8
  var diffstr = uniDiff.split(/\r\n|[\n\v\f\r\x85]/),