deno.land / x / lume@v2.1.4 / tests / __snapshots__ / favicon.test.ts.snap
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245export const snapshot = {};
snapshot[`favicon plugin 1`] = `{ formats: [ { engines: 0, ext: ".page.toml", loader: [AsyncFunction: toml], pageType: "page", }, { engines: 1, ext: ".page.ts", loader: [AsyncFunction: module], pageType: "page", }, { engines: 1, ext: ".page.js", loader: [AsyncFunction: module], pageType: "page", }, { engines: 0, ext: ".page.jsonc", loader: [AsyncFunction: json], pageType: "page", }, { engines: 0, ext: ".page.json", loader: [AsyncFunction: json], pageType: "page", }, { dataLoader: [AsyncFunction: json], engines: 0, ext: ".json", loader: [AsyncFunction: json], }, { dataLoader: [AsyncFunction: json], engines: 0, ext: ".jsonc", loader: [AsyncFunction: json], }, { engines: 1, ext: ".md", loader: [AsyncFunction: text], pageType: "page", }, { engines: 1, ext: ".markdown", loader: [AsyncFunction: text], pageType: "page", }, { dataLoader: [AsyncFunction: module], engines: 1, ext: ".js", loader: [AsyncFunction: module], }, { dataLoader: [AsyncFunction: module], engines: 1, ext: ".ts", loader: [AsyncFunction: module], }, { engines: 1, ext: ".vento", loader: [AsyncFunction: text], pageType: "page", }, { engines: 1, ext: ".vto", loader: [AsyncFunction: text], pageType: "page", }, { dataLoader: [AsyncFunction: toml], engines: 0, ext: ".toml", loader: [AsyncFunction: toml], }, { dataLoader: [AsyncFunction: yaml], engines: 0, ext: ".yaml", loader: [AsyncFunction: yaml], pageType: "page", }, { dataLoader: [AsyncFunction: yaml], engines: 0, ext: ".yml", loader: [AsyncFunction: yaml], pageType: "page", }, { assetLoader: [AsyncFunction: text], engines: undefined, ext: ".svg", pageType: "asset", }, ], src: [ "/", "/favicon.svg", "/index.vto", ],}`;
snapshot[`favicon plugin 2`] = `[]`;
snapshot[`favicon plugin 3`] = `[ { content: "Uint8Array(8443)", data: { basename: "apple-touch-icon", content: "Uint8Array(8443)", page: [ "src", "data", ], url: "/apple-touch-icon.png", }, src: { asset: true, ext: "", path: "", remote: undefined, }, }, { content: "Uint8Array(1389)", data: { basename: "favicon", content: "Uint8Array(1389)", page: [ "src", "data", ], url: "/favicon.ico", }, src: { asset: true, ext: "", path: "", remote: undefined, }, }, { content: '<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" fill="none"><g fill="#000" clip-path="url(#a)"><path d="M32 31.998v28L7.486 46.013V17.997z" opacity=".2"/><path fill-rule="evenodd" d="m60 15.969-28-16-28 16V48.03l28 16 28-16zm-3.5 2.03-12.252-7h.002L32 18l-12.25-7 .003-.001L7.5 17.999v14l12.25 7v14L32 60V32zm0 28-12.25 7V39l12.25-7z" clip-rule="evenodd"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h64v64H0z"/></clipPath></defs></svg>', data: { basename: "favicon", content: '<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_84_667)"><path opacity="0.2" d="M31.9999 31.9975V59.9982L7.48613 46.0132L7.48584 17.9971L31.9999 31.9975Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M60 15.9687L31.9999 -0.03125L4 15.9688V48.031L31.9999 64.031L60 48.031V15.9687ZM56.5 17.9994L44.2477 10.9981L44.25 10.9997L32 17.9997L19.75 10.9997L19.7528 10.9978L7.5 17.9994V31.9997L19.75 38.9997V52.9994L32 59.9994V31.9997L56.5 17.9994ZM56.5 45.9994L44.25 52.9994V38.9997L56.5 31.9997V45.9994Z" fill="black"/></g><defs><clipPath id="clip0_84_667"><rect width="64" height="64" fill="white"/></clipPath></defs></svg>', date: [], mergedKeys: [ "tags", ], page: [ "src", "data", ], paginate: "paginate", search: [], tags: "Array(0)", url: "/favicon.svg", }, src: { asset: true, ext: ".svg", path: "/favicon", remote: undefined, }, }, { content: '<!DOCTYPE html><html><head> <title>Hello world</title> <link rel="icon" sizes="48x48" href="/favicon.ico"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="icon" sizes="any" href="/favicon.svg" type="image/svg+xml"></head> <body> </body></html>', data: { basename: "index", children: "<html> <head> <title>Hello world</title> </head> <body> </body></html>", content: "<html> <head> <title>{{ title }}</title> </head> <body> </body></html>", date: [], mergedKeys: [ "tags", ], page: [ "src", "data", ], paginate: "paginate", search: [], tags: "Array(0)", title: "Hello world", url: "/", }, src: { asset: false, ext: ".vto", path: "/index", remote: undefined, }, },]`;
Version Info