]> source.dussan.org Git - sonarqube.git/blob
907e3994ef0c63ad6562e8e632aa4ce0bd1398f6
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render Alt 1`] = `
4 .emotion-0 {
5   display: -webkit-box;
6   display: -webkit-flex;
7   display: -ms-flexbox;
8   display: flex;
9   -webkit-align-items: center;
10   -webkit-box-align: center;
11   -ms-flex-align: center;
12   align-items: center;
13   -webkit-box-pack: center;
14   -ms-flex-pack: center;
15   -webkit-justify-content: center;
16   justify-content: center;
17   padding-left: 0.125rem;
18   padding-right: 0.125rem;
19   border-radius: 0.125rem;
20   color: rgb(62,67,87);
21   background-color: rgb(225,230,243);
22 }
23
24 <div>
25   <div
26     class="sw-flex sw-gap-1"
27   >
28     <span
29       class="emotion-0 emotion-1"
30     >
31       Alt
32     </span>
33   </div>
34 </div>
35 `;
36
37 exports[`should render ArrowDown 1`] = `
38 .emotion-0 {
39   display: -webkit-box;
40   display: -webkit-flex;
41   display: -ms-flexbox;
42   display: flex;
43   -webkit-align-items: center;
44   -webkit-box-align: center;
45   -ms-flex-align: center;
46   align-items: center;
47   -webkit-box-pack: center;
48   -ms-flex-pack: center;
49   -webkit-justify-content: center;
50   justify-content: center;
51   padding-left: 0.125rem;
52   padding-right: 0.125rem;
53   border-radius: 0.125rem;
54   color: rgb(62,67,87);
55   background-color: rgb(225,230,243);
56 }
57
58 <div>
59   <div
60     class="sw-flex sw-gap-1"
61   >
62     <span
63       class="emotion-0 emotion-1"
64     >
65       <svg
66         aria-hidden="true"
67         class="octicon octicon-triangle-down"
68         fill="currentColor"
69         focusable="false"
70         height="16"
71         role="img"
72         style="display: inline-block; user-select: none; vertical-align: middle; overflow: visible;"
73         viewBox="0 0 16 16"
74         width="16"
75       >
76         <path
77           d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427Z"
78         />
79       </svg>
80     </span>
81   </div>
82 </div>
83 `;
84
85 exports[`should render ArrowLeft 1`] = `
86 .emotion-0 {
87   display: -webkit-box;
88   display: -webkit-flex;
89   display: -ms-flexbox;
90   display: flex;
91   -webkit-align-items: center;
92   -webkit-box-align: center;
93   -ms-flex-align: center;
94   align-items: center;
95   -webkit-box-pack: center;
96   -ms-flex-pack: center;
97   -webkit-justify-content: center;
98   justify-content: center;
99   padding-left: 0.125rem;
100   padding-right: 0.125rem;
101   border-radius: 0.125rem;
102   color: rgb(62,67,87);
103   background-color: rgb(225,230,243);
104 }
105
106 <div>
107   <div
108     class="sw-flex sw-gap-1"
109   >
110     <span
111       class="emotion-0 emotion-1"
112     >
113       <svg
114         aria-hidden="true"
115         class="octicon octicon-triangle-left"
116         fill="currentColor"
117         focusable="false"
118         height="16"
119         role="img"
120         style="display: inline-block; user-select: none; vertical-align: middle; overflow: visible;"
121         viewBox="0 0 16 16"
122         width="16"
123       >
124         <path
125           d="M9.573 4.427 6.177 7.823a.25.25 0 0 0 0 .354l3.396 3.396a.25.25 0 0 0 .427-.177V4.604a.25.25 0 0 0-.427-.177Z"
126         />
127       </svg>
128     </span>
129   </div>
130 </div>
131 `;
132
133 exports[`should render ArrowRight 1`] = `
134 .emotion-0 {
135   display: -webkit-box;
136   display: -webkit-flex;
137   display: -ms-flexbox;
138   display: flex;
139   -webkit-align-items: center;
140   -webkit-box-align: center;
141   -ms-flex-align: center;
142   align-items: center;
143   -webkit-box-pack: center;
144   -ms-flex-pack: center;
145   -webkit-justify-content: center;
146   justify-content: center;
147   padding-left: 0.125rem;
148   padding-right: 0.125rem;
149   border-radius: 0.125rem;
150   color: rgb(62,67,87);
151   background-color: rgb(225,230,243);
152 }
153
154 <div>
155   <div
156     class="sw-flex sw-gap-1"
157   >
158     <span
159       class="emotion-0 emotion-1"
160     >
161       <svg
162         aria-hidden="true"
163         class="octicon octicon-triangle-right"
164         fill="currentColor"
165         focusable="false"
166         height="16"
167         role="img"
168         style="display: inline-block; user-select: none; vertical-align: middle; overflow: visible;"
169         viewBox="0 0 16 16"
170         width="16"
171       >
172         <path
173           d="m6.427 4.427 3.396 3.396a.25.25 0 0 1 0 .354l-3.396 3.396A.25.25 0 0 1 6 11.396V4.604a.25.25 0 0 1 .427-.177Z"
174         />
175       </svg>
176     </span>
177   </div>
178 </div>
179 `;
180
181 exports[`should render ArrowUp 1`] = `
182 .emotion-0 {
183   display: -webkit-box;
184   display: -webkit-flex;
185   display: -ms-flexbox;
186   display: flex;
187   -webkit-align-items: center;
188   -webkit-box-align: center;
189   -ms-flex-align: center;
190   align-items: center;
191   -webkit-box-pack: center;
192   -ms-flex-pack: center;
193   -webkit-justify-content: center;
194   justify-content: center;
195   padding-left: 0.125rem;
196   padding-right: 0.125rem;
197   border-radius: 0.125rem;
198   color: rgb(62,67,87);
199   background-color: rgb(225,230,243);
200 }
201
202 <div>
203   <div
204     class="sw-flex sw-gap-1"
205   >
206     <span
207       class="emotion-0 emotion-1"
208     >
209       <svg
210         aria-hidden="true"
211         class="octicon octicon-triangle-up"
212         fill="currentColor"
213         focusable="false"
214         height="16"
215         role="img"
216         style="display: inline-block; user-select: none; vertical-align: middle; overflow: visible;"
217         viewBox="0 0 16 16"
218         width="16"
219       >
220         <path
221           d="m4.427 9.573 3.396-3.396a.25.25 0 0 1 .354 0l3.396 3.396a.25.25 0 0 1-.177.427H4.604a.25.25 0 0 1-.177-.427Z"
222         />
223       </svg>
224     </span>
225   </div>
226 </div>
227 `;
228
229 exports[`should render Command 1`] = `
230 .emotion-0 {
231   display: -webkit-box;
232   display: -webkit-flex;
233   display: -ms-flexbox;
234   display: flex;
235   -webkit-align-items: center;
236   -webkit-box-align: center;
237   -ms-flex-align: center;
238   align-items: center;
239   -webkit-box-pack: center;
240   -ms-flex-pack: center;
241   -webkit-justify-content: center;
242   justify-content: center;
243   padding-left: 0.125rem;
244   padding-right: 0.125rem;
245   border-radius: 0.125rem;
246   color: rgb(62,67,87);
247   background-color: rgb(225,230,243);
248 }
249
250 <div>
251   <div
252     class="sw-flex sw-gap-1"
253   >
254     <span
255       class="emotion-0 emotion-1"
256     >
257       ⌘
258     </span>
259   </div>
260 </div>
261 `;
262
263 exports[`should render Control 1`] = `
264 .emotion-0 {
265   display: -webkit-box;
266   display: -webkit-flex;
267   display: -ms-flexbox;
268   display: flex;
269   -webkit-align-items: center;
270   -webkit-box-align: center;
271   -ms-flex-align: center;
272   align-items: center;
273   -webkit-box-pack: center;
274   -ms-flex-pack: center;
275   -webkit-justify-content: center;
276   justify-content: center;
277   padding-left: 0.125rem;
278   padding-right: 0.125rem;
279   border-radius: 0.125rem;
280   color: rgb(62,67,87);
281   background-color: rgb(225,230,243);
282 }
283
284 <div>
285   <div
286     class="sw-flex sw-gap-1"
287   >
288     <span
289       class="emotion-0 emotion-1"
290     >
291       Ctrl
292     </span>
293   </div>
294 </div>
295 `;
296
297 exports[`should render Option 1`] = `
298 .emotion-0 {
299   display: -webkit-box;
300   display: -webkit-flex;
301   display: -ms-flexbox;
302   display: flex;
303   -webkit-align-items: center;
304   -webkit-box-align: center;
305   -ms-flex-align: center;
306   align-items: center;
307   -webkit-box-pack: center;
308   -ms-flex-pack: center;
309   -webkit-justify-content: center;
310   justify-content: center;
311   padding-left: 0.125rem;
312   padding-right: 0.125rem;
313   border-radius: 0.125rem;
314   color: rgb(62,67,87);
315   background-color: rgb(225,230,243);
316 }
317
318 <div>
319   <div
320     class="sw-flex sw-gap-1"
321   >
322     <span
323       class="emotion-0 emotion-1"
324     >
325       ⌥
326     </span>
327   </div>
328 </div>
329 `;
330
331 exports[`should render a default text if no keys match 1`] = `
332 .emotion-0 {
333   display: -webkit-box;
334   display: -webkit-flex;
335   display: -ms-flexbox;
336   display: flex;
337   -webkit-align-items: center;
338   -webkit-box-align: center;
339   -ms-flex-align: center;
340   align-items: center;
341   -webkit-box-pack: center;
342   -ms-flex-pack: center;
343   -webkit-justify-content: center;
344   justify-content: center;
345   padding-left: 0.125rem;
346   padding-right: 0.125rem;
347   border-radius: 0.125rem;
348   color: rgb(62,67,87);
349   background-color: rgb(225,230,243);
350 }
351
352 <div>
353   <div
354     class="sw-flex sw-gap-1"
355   >
356     <span
357       class="emotion-0 emotion-1"
358     >
359       Ctrl
360     </span>
361     <span>
362       +
363     </span>
364     <span
365       class="emotion-0 emotion-1"
366     >
367       click
368     </span>
369   </div>
370 </div>
371 `;
372
373 exports[`should render multiple keys 1`] = `
374 .emotion-0 {
375   display: -webkit-box;
376   display: -webkit-flex;
377   display: -ms-flexbox;
378   display: flex;
379   -webkit-align-items: center;
380   -webkit-box-align: center;
381   -ms-flex-align: center;
382   align-items: center;
383   -webkit-box-pack: center;
384   -ms-flex-pack: center;
385   -webkit-justify-content: center;
386   justify-content: center;
387   padding-left: 0.125rem;
388   padding-right: 0.125rem;
389   border-radius: 0.125rem;
390   color: rgb(62,67,87);
391   background-color: rgb(225,230,243);
392 }
393
394 <div>
395   <div
396     class="sw-flex sw-gap-1"
397   >
398     <span
399       class="emotion-0 emotion-1"
400     >
401       <svg
402         aria-hidden="true"
403         class="octicon octicon-triangle-up"
404         fill="currentColor"
405         focusable="false"
406         height="16"
407         role="img"
408         style="display: inline-block; user-select: none; vertical-align: middle; overflow: visible;"
409         viewBox="0 0 16 16"
410         width="16"
411       >
412         <path
413           d="m4.427 9.573 3.396-3.396a.25.25 0 0 1 .354 0l3.396 3.396a.25.25 0 0 1-.177.427H4.604a.25.25 0 0 1-.177-.427Z"
414         />
415       </svg>
416     </span>
417     <span
418       class="emotion-0 emotion-1"
419     >
420       <svg
421         aria-hidden="true"
422         class="octicon octicon-triangle-down"
423         fill="currentColor"
424         focusable="false"
425         height="16"
426         role="img"
427         style="display: inline-block; user-select: none; vertical-align: middle; overflow: visible;"
428         viewBox="0 0 16 16"
429         width="16"
430       >
431         <path
432           d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427Z"
433         />
434       </svg>
435     </span>
436   </div>
437 </div>
438 `;
439
440 exports[`should render multiple keys with non-key symbols 1`] = `
441 .emotion-0 {
442   display: -webkit-box;
443   display: -webkit-flex;
444   display: -ms-flexbox;
445   display: flex;
446   -webkit-align-items: center;
447   -webkit-box-align: center;
448   -ms-flex-align: center;
449   align-items: center;
450   -webkit-box-pack: center;
451   -ms-flex-pack: center;
452   -webkit-justify-content: center;
453   justify-content: center;
454   padding-left: 0.125rem;
455   padding-right: 0.125rem;
456   border-radius: 0.125rem;
457   color: rgb(62,67,87);
458   background-color: rgb(225,230,243);
459 }
460
461 <div>
462   <div
463     class="sw-flex sw-gap-1"
464   >
465     <span
466       class="emotion-0 emotion-1"
467     >
468       Ctrl
469     </span>
470     <span>
471       +
472     </span>
473     <span
474       class="emotion-0 emotion-1"
475     >
476       <svg
477         aria-hidden="true"
478         class="octicon octicon-triangle-down"
479         fill="currentColor"
480         focusable="false"
481         height="16"
482         role="img"
483         style="display: inline-block; user-select: none; vertical-align: middle; overflow: visible;"
484         viewBox="0 0 16 16"
485         width="16"
486       >
487         <path
488           d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427Z"
489         />
490       </svg>
491     </span>
492     <span
493       class="emotion-0 emotion-1"
494     >
495       <svg
496         aria-hidden="true"
497         class="octicon octicon-triangle-up"
498         fill="currentColor"
499         focusable="false"
500         height="16"
501         role="img"
502         style="display: inline-block; user-select: none; vertical-align: middle; overflow: visible;"
503         viewBox="0 0 16 16"
504         width="16"
505       >
506         <path
507           d="m4.427 9.573 3.396-3.396a.25.25 0 0 1 .354 0l3.396 3.396a.25.25 0 0 1-.177.427H4.604a.25.25 0 0 1-.177-.427Z"
508         />
509       </svg>
510     </span>
511   </div>
512 </div>
513 `;