We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655929c commit 30d6dafCopy full SHA for 30d6daf
test.js
@@ -35,7 +35,7 @@ describe('wrap', function () {
35
});
36
37
it('should trim trailing whitespace (even for empty lines):', function () {
38
- assert.equal(wrap("a \n\nb \n \nc\t", {trim: true}), 'a\nb\nc');
+ assert.equal(wrap("a \n\nb \n \nc\t", {trim: true}), 'a\n\nb\n\nc');
39
40
41
it('should handle strings with just newlines', function () {
0 commit comments