From 6bea7f45f41d1daaab42c6f86e266c4efdfcb08b Mon Sep 17 00:00:00 2001 From: pimlie Date: Fri, 8 Mar 2019 13:46:46 +0100 Subject: [PATCH] test: fix escape test as we only escape keys which are used in html --- test/escaping.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/escaping.test.js b/test/escaping.test.js index 347813e..6ccb00f 100644 --- a/test/escaping.test.js +++ b/test/escaping.test.js @@ -19,7 +19,7 @@ describe('escaping', () => { expect(getMetaInfo(component, [[/&/g, '&']])).toEqual({ title: 'Hello & Goodbye', - titleChunk: 'Hello & Goodbye', + titleChunk: 'Hello & Goodbye', titleTemplate: '%s', htmlAttrs: {}, headAttrs: {},