Skip to content

Commit

Permalink
Merge pull request #976 from papandreou/wordsWithSpaceDiff
Browse files Browse the repository at this point in the history
Update diff to 1.0.7 and switch to the new WordsWithSpace diff algorithm
  • Loading branch information
travis jeffery committed Sep 14, 2013
2 parents 04adb43 + 3cb9295 commit fef52dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/reporters/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ exports.list = function(failures){

// actual / expected diff
if ('string' == typeof actual && 'string' == typeof expected) {
msg = errorDiff(err, 'Words', escape);
msg = errorDiff(err, 'WordsWithSpace', escape);

// linenos
var lines = msg.split('\n');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"commander": "0.6.1",
"growl": "1.7.x",
"jade": "0.26.3",
"diff": "1.0.2",
"diff": "1.0.7",
"debug": "*",
"mkdirp": "0.3.5",
"glob": "3.2.3"
Expand Down

0 comments on commit fef52dc

Please sign in to comment.