2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-05 23:32:23 +03:00

test: fix escape test as we only escape keys which are used in html

This commit is contained in:
pimlie
2019-03-08 13:46:46 +01:00
committed by Alexander Lichter
parent 7615f4120c
commit 6bea7f45f4
+1 -1
View File
@@ -19,7 +19,7 @@ describe('escaping', () => {
expect(getMetaInfo(component, [[/&/g, '&']])).toEqual({
title: 'Hello & Goodbye',
titleChunk: 'Hello & Goodbye',
titleChunk: 'Hello & Goodbye',
titleTemplate: '%s',
htmlAttrs: {},
headAttrs: {},