From 0ecf3f23bb99e81912a89cfa5f0da847141c796a Mon Sep 17 00:00:00 2001 From: Arturo Date: Mon, 20 Nov 2017 20:13:10 +0100 Subject: [PATCH] Improve sentence in tests --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index 557c1da..1d4a05f 100644 --- a/test/index.js +++ b/test/index.js @@ -280,7 +280,7 @@ test('Custom CSS properties', function (t) { t.end() }) -test('Escape HTML in the text content', function (t) { +test('Escape HTML in text', function (t) { var vnode = h('div', ['

']) t.equal(toHTML(vnode), '
<p></p>
')