From bbff7403fbf46f9ad92240ac213df8d30ef31b64 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Sep 2018 02:56:13 +0200 Subject: update packages --- node_modules/es5-ext/test/string/format-method.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'node_modules/es5-ext/test/string') diff --git a/node_modules/es5-ext/test/string/format-method.js b/node_modules/es5-ext/test/string/format-method.js index 69e93de63..d0c216b46 100644 --- a/node_modules/es5-ext/test/string/format-method.js +++ b/node_modules/es5-ext/test/string/format-method.js @@ -1,12 +1,14 @@ "use strict"; module.exports = function (t, a) { - t = t({ a: "A", -aa: "B", -ab: "C", -b: "D", + t = t({ + a: "A", + aa: "B", + ab: "C", + b: "D", c: function () { - return ++this.a; -} }); + return ++this.a; + } + }); a(t.call({ a: 0 }, " %a%aab%abb%b\\%aa%ab%c%c "), " ABbCbD%aaC12 "); }; -- cgit v1.2.3