Comparing version 0.2.16 to 0.2.17-a
{ | ||
"name": "j", | ||
"version": "0.2.16", | ||
"version": "0.2.17-a", | ||
"author": "sheetjs", | ||
@@ -12,4 +12,4 @@ "description": "data wrangler", | ||
"dependencies": { | ||
"xlsjs": "~0.6.13", | ||
"xlsx": "~0.5.12", | ||
"xlsjs": "~0.6.14", | ||
"xlsx": "~0.5.13", | ||
"commander":"" | ||
@@ -16,0 +16,0 @@ }, |
@@ -26,3 +26,3 @@ /* j -- (C) 2013-2014 SheetJS -- http://sheetjs.com */ | ||
function cmparr(x){ for(var i=1;i!=x.length;++i) assert.deepEqual(x[0], x[i]); } | ||
function cmparr(x){ console.log(x); for(var i=1;i!=x.length;++i) assert.deepEqual(x[0], x[i]); } | ||
@@ -48,2 +48,8 @@ var mfopts = opts; | ||
}); | ||
it('should have the same merges', function() { | ||
f[0][1].SheetNames.forEach(function(s) { | ||
var ss = f.map(function(x) { return x[1].Sheets[s]; }); | ||
cmparr(ss.map(function(s) { return (s['!merges']||[]).map(function(y) { return J.XLS.utils.encode_range(y); }).sort(); })); | ||
}); | ||
}); | ||
}); }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36433
183
Updatedxlsjs@~0.6.14
Updatedxlsx@~0.5.13