adding streaming modes into split node

and add tests
This commit is contained in:
Dave Conway-Jones
2017-06-16 22:26:14 +01:00
parent e70766a535
commit 4f34980c9f
4 changed files with 198 additions and 73 deletions

View File

@@ -134,7 +134,7 @@ describe('range Node', function() {
var sinon = require('sinon');
sinon.stub(rangeNode1, 'log', function(log) {
if(log.indexOf("notnumber") > -1) {
if (log.indexOf("notnumber") > -1) {
done();
} else {
try {