Codebase list node-ejs / fresh-releases/main
Refresh patches. Debian Janitor 2 years ago
1 changed file(s) with 7 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
22 Forwarded: no
33 Last-Update: 2020-05-14
44
5 --- a/test/ejs.js
6 +++ b/test/ejs.js
7 @@ -357,7 +357,7 @@
5 Index: node-ejs/test/ejs.js
6 ===================================================================
7 --- node-ejs.orig/test/ejs.js
8 +++ node-ejs/test/ejs.js
9 @@ -357,7 +357,7 @@ suite('ejs.render(str, data, opts)', fun
810 var expected = '<p>Old</p>';
911
1012 // Switch to LRU
1315
1416 out = ejs.render('<p>Old</p>', {}, options);
1517 assert.equal(out, expected);
16 @@ -606,7 +606,7 @@
18 @@ -606,7 +606,7 @@ suite('cache specific', function () {
1719 var options = {cache: true, filename: file};
1820 var out;
1921
2224
2325 out = ejs.render('<p>Old</p>', {}, options);
2426 assert.equal(out, expected);
25 @@ -625,7 +625,7 @@
27 @@ -625,7 +625,7 @@ suite('cache specific', function () {
2628 var expected;
2729 var file;
2830