deno.land / x / lume@v2.1.4 / tests / __snapshots__ / favicon.test.ts.snap

favicon.test.ts.snap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
export 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, }, },]`;
lume

Version Info

Tagged at
7 months ago