unexpected
Advanced tools
Comparing version 10.8.2 to 10.8.4
@@ -854,6 +854,6 @@ var utils = require('./utils'); | ||
prefix: function (output) { | ||
output.code(this.name + '([', 'javascript'); | ||
return output.code(this.name + '([', 'javascript'); | ||
}, | ||
suffix: function (output) { | ||
output.code('])', 'javascript'); | ||
return output.code('])', 'javascript'); | ||
}, | ||
@@ -860,0 +860,0 @@ equal: function (a, b) { |
{ | ||
"name": "unexpected", | ||
"version": "10.8.2", | ||
"version": "10.8.4", | ||
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
734033