Closed fodier closed 9 years ago
Hello,
The issue is best described by the updated test “should support data via gulp-data”. Without the fix it fails with:
Uncaught AssertionError: "<dt>path</dt><dd>foo.txt</dd><dt>path</dt><dd>foo.txt</dd>" == "<dt>path</dt><dd>bar.txt</dd><dt>path</dt><dd>foo.txt</dd>"
This is because _.template’s data parameter is altered each time a chunk is processed.
Hello,
The issue is best described by the updated test “should support data via gulp-data”. Without the fix it fails with:
This is because _.template’s data parameter is altered each time a chunk is processed.