Codebase list node-stream-array / 3f79da6
Refresh patches. Debian Janitor 2 years ago
2 changed file(s) with 14 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
22 Forwarded: no
33 Last-Update: 2020-03-02
44
5 --- a/test/2.js
6 +++ b/test/2.js
7 @@ -25,7 +25,7 @@
5 Index: node-stream-array/test/2.js
6 ===================================================================
7 --- node-stream-array.orig/test/2.js
8 +++ node-stream-array/test/2.js
9 @@ -25,7 +25,7 @@ test('array of strings', function(t) {
810 });
911
1012 test('array of buffers', function(t) {
1315
1416 s.pipe(concat(function(res) {
1517 t.equal(1, arguments.length, 'concat returns 1 arg');
16 --- a/test/3.js
17 +++ b/test/3.js
18 @@ -15,7 +15,7 @@
18 Index: node-stream-array/test/3.js
19 ===================================================================
20 --- node-stream-array.orig/test/3.js
21 +++ node-stream-array/test/3.js
22 @@ -15,7 +15,7 @@ test('ctor', function(t) {
1923 }
2024 );
2125
00 Description: Use stream
11 stream is available in nodejs
2 --- a/index.js
3 +++ b/index.js
2 Index: node-stream-array/index.js
3 ===================================================================
4 --- node-stream-array.orig/index.js
5 +++ node-stream-array/index.js
46 @@ -1,6 +1,6 @@
57 'use strict'
68