@@ -287,7 +287,7 @@ describe('vue e2e', () => {
287287 await renderDOMHead ( csrHead , { document : dom . window . document } )
288288
289289 expect ( dom . serialize ( ) ) . toMatchInlineSnapshot ( `
290- "<!DOCTYPE html><html data-my-app=\\"\\" class=\\"layout-default\\" lang =\\"en \\" style =\\"color: red \\"><head>
290+ "<!DOCTYPE html><html data-my-app=\\"\\" class=\\"layout-default\\" style =\\"color: red \\" lang =\\"en \\"><head>
291291 <meta charset=\\"utf-8\\" data-h-207e30=\\"\\">
292292 <title>My amazing site</title>
293293 <script src=\\"https://analytics.example.com/script.js\\" defer=\\"\\" async=\\"\\" data-h-c289ee=\\"\\"></script>
@@ -337,7 +337,7 @@ describe('vue e2e', () => {
337337 await renderDOMHead ( csrHead , { document : dom . window . document } )
338338
339339 expect ( dom . serialize ( ) ) . toMatchInlineSnapshot ( `
340- "<!DOCTYPE html><html data-my-app=\\"\\" class=\\"layout-default page-about\\" lang =\\"en \\" style =\\"color: red \\"><head>
340+ "<!DOCTYPE html><html data-my-app=\\"\\" class=\\"layout-default page-about\\" style =\\"color: red \\" lang =\\"en \\"><head>
341341 <meta charset=\\"utf-8\\" data-h-207e30=\\"\\">
342342 <title>About</title>
343343 <script src=\\"https://analytics.example.com/script.js\\" defer=\\"\\" async=\\"\\" data-h-c289ee=\\"\\"></script>
@@ -362,12 +362,12 @@ describe('vue e2e', () => {
362362
363363 await renderDOMHead ( csrHead , { document : dom . window . document } )
364364 expect ( dom . serialize ( ) ) . toMatchInlineSnapshot ( `
365- "<!DOCTYPE html><html data-my-app=\\"\\" class=\\"layout-default\\" lang =\\"en \\" style =\\"color: red \\"><head>
365+ "<!DOCTYPE html><html data-my-app=\\"\\" class=\\"layout-default\\" style =\\"color: red \\" lang =\\"en \\"><head>
366366 <meta charset=\\"utf-8\\" data-h-207e30=\\"\\">
367367 <title>My amazing site</title>
368368 <script src=\\"https://analytics.example.com/script.js\\" defer=\\"\\" async=\\"\\" data-h-c289ee=\\"\\"></script>
369- <meta name=\\"description\\" data-h-889faf =\\"\\" content =\\"My amazing site \\">
370- <meta property=\\"og:title\\" data-h-e05a65 =\\"\\" content =\\"My amazing site \\">
369+ <meta name=\\"description\\" content =\\"My amazing site \\" data-h-889faf =\\"\\">
370+ <meta property=\\"og:title\\" content =\\"My amazing site \\" data-h-e05a65 =\\"\\">
371371 <meta property=\\"og:description\\" content=\\"This is my amazing site\\" data-h-2002f8=\\"\\">
372372 <meta property=\\"og:image\\" content=\\"https://cdn.example.com/image.jpg\\" data-h-3f17e7=\\"\\">
373373 <meta property=\\"og:image\\" content=\\"https://cdn.example.com/image2.jpg\\" data-h-56c382=\\"\\">
0 commit comments