Skip to content

Commit e838a77

Browse files
committed
Release v3.5.3
1 parent 4727367 commit e838a77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mocha.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6031,7 +6031,7 @@ exports.inherits = require('util').inherits;
60316031
* @return {string}
60326032
*/
60336033
exports.escape = function (html) {
6034-
return he.encode(String(html), { useNamedReferences: true });
6034+
return he.encode(String(html), { useNamedReferences: false });
60356035
};
60366036

60376037
/**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "simple, flexible, fun test framework",
55
"keywords": [
66
"mocha",

0 commit comments

Comments
 (0)