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:
committed by
Alexander Lichter
parent
7615f4120c
commit
6bea7f45f4
@@ -19,7 +19,7 @@ describe('escaping', () => {
|
||||
|
||||
expect(getMetaInfo(component, [[/&/g, '&']])).toEqual({
|
||||
title: 'Hello & Goodbye',
|
||||
titleChunk: 'Hello & Goodbye',
|
||||
titleChunk: 'Hello & Goodbye',
|
||||
titleTemplate: '%s',
|
||||
htmlAttrs: {},
|
||||
headAttrs: {},
|
||||
|
||||
Reference in New Issue
Block a user