From c7e03bbb011204010eb1acd3b8d6a016e4882180 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Sun, 14 Dec 2014 23:34:01 +0000 Subject: [PATCH] Test update to handle downsize improvements no-issue - downsize is now better at white space and punctuation --- core/test/unit/server_helpers/excerpt_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test/unit/server_helpers/excerpt_spec.js b/core/test/unit/server_helpers/excerpt_spec.js index bf66b09894..41074ca5ec 100644 --- a/core/test/unit/server_helpers/excerpt_spec.js +++ b/core/test/unit/server_helpers/excerpt_spec.js @@ -50,7 +50,7 @@ describe('{{excerpt}} Helper', function () { it('strips inline and bottom footnotes', function () { var html = '

Testing1 a very short post with a single footnote.

\n' + '
  1. https://ghost.org

', - expected = 'Testing a very short post with a single footnote. ', + expected = 'Testing a very short post with a single footnote.', rendered = helpers.excerpt.call({html: html}); should.exist(rendered);