unexpected
Advanced tools
Comparing version 5.0.0-beta6 to 5.0.0-beta7
@@ -729,3 +729,3 @@ var utils = require('./utils'); | ||
}; | ||
result.diff.replaceText(/[\x00-\x1f\x7f-\xff]/g, '.').replaceText(/ /g, function (styles, content) { | ||
result.diff.replaceText(/[\x00-\x1f\x7f-\xff]/g, '.').replaceText(/[│ ]/g, function (styles, content) { | ||
this.text(content); | ||
@@ -732,0 +732,0 @@ }); |
{ | ||
"name": "unexpected", | ||
"version": "5.0.0-beta6", | ||
"version": "5.0.0-beta7", | ||
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
1143267