]> source.dussan.org Git - sonarqube.git/blob
d1ec21d786418ee63e5663a6d5265c8e08000dce
[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   background-color: rgb(225,230,243);
21   color: rgb(62,67,87);
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   background-color: rgb(225,230,243);
55   color: rgb(62,67,87);
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   background-color: rgb(225,230,243);
103   color: rgb(62,67,87);
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   background-color: rgb(225,230,243);
151   color: rgb(62,67,87);
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   background-color: rgb(225,230,243);
199   color: rgb(62,67,87);
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 Click 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   background-color: rgb(225,230,243);
247   color: rgb(62,67,87);
248 }
249
250 <div>
251   <div
252     class="sw-flex sw-gap-1"
253   >
254     <span
255       class=" emotion-0 emotion-1"
256     >
257       click
258     </span>
259   </div>
260 </div>
261 `;
262
263 exports[`should render Command 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   background-color: rgb(225,230,243);
281   color: rgb(62,67,87);
282 }
283
284 <div>
285   <div
286     class="sw-flex sw-gap-1"
287   >
288     <span
289       class=" emotion-0 emotion-1"
290     >
291       ⌘
292     </span>
293   </div>
294 </div>
295 `;
296
297 exports[`should render Control 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   background-color: rgb(225,230,243);
315   color: rgb(62,67,87);
316 }
317
318 <div>
319   <div
320     class="sw-flex sw-gap-1"
321   >
322     <span
323       class=" emotion-0 emotion-1"
324     >
325       Ctrl
326     </span>
327   </div>
328 </div>
329 `;
330
331 exports[`should render Option 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   background-color: rgb(225,230,243);
349   color: rgb(62,67,87);
350 }
351
352 <div>
353   <div
354     class="sw-flex sw-gap-1"
355   >
356     <span
357       class=" emotion-0 emotion-1"
358     >
359       ⌥
360     </span>
361   </div>
362 </div>
363 `;
364
365 exports[`should render a default text if no keys match 1`] = `
366 .emotion-0 {
367   display: -webkit-box;
368   display: -webkit-flex;
369   display: -ms-flexbox;
370   display: flex;
371   -webkit-align-items: center;
372   -webkit-box-align: center;
373   -ms-flex-align: center;
374   align-items: center;
375   -webkit-box-pack: center;
376   -ms-flex-pack: center;
377   -webkit-justify-content: center;
378   justify-content: center;
379   padding-left: 0.125rem;
380   padding-right: 0.125rem;
381   border-radius: 0.125rem;
382   background-color: rgb(225,230,243);
383   color: rgb(62,67,87);
384 }
385
386 <div>
387   <div
388     class="sw-flex sw-gap-1"
389   >
390     <span
391       class=" emotion-0 emotion-1"
392     >
393       Ctrl
394     </span>
395     <span>
396       +
397     </span>
398     <span
399       class=" emotion-0 emotion-1"
400     >
401       click
402     </span>
403   </div>
404 </div>
405 `;
406
407 exports[`should render multiple keys 1`] = `
408 .emotion-0 {
409   display: -webkit-box;
410   display: -webkit-flex;
411   display: -ms-flexbox;
412   display: flex;
413   -webkit-align-items: center;
414   -webkit-box-align: center;
415   -ms-flex-align: center;
416   align-items: center;
417   -webkit-box-pack: center;
418   -ms-flex-pack: center;
419   -webkit-justify-content: center;
420   justify-content: center;
421   padding-left: 0.125rem;
422   padding-right: 0.125rem;
423   border-radius: 0.125rem;
424   background-color: rgb(225,230,243);
425   color: rgb(62,67,87);
426 }
427
428 <div>
429   <div
430     class="sw-flex sw-gap-1"
431   >
432     <span
433       class="sw-px-1 emotion-0 emotion-1"
434     >
435       Use
436     </span>
437     <span
438       class=" emotion-0 emotion-1"
439     >
440       Ctrl
441     </span>
442     <span>
443       +
444     </span>
445     <span
446       class=" emotion-0 emotion-1"
447     >
448       <svg
449         aria-hidden="true"
450         class="octicon octicon-triangle-up"
451         fill="currentColor"
452         focusable="false"
453         height="16"
454         role="img"
455         style="display: inline-block; user-select: none; vertical-align: middle; overflow: visible;"
456         viewBox="0 0 16 16"
457         width="16"
458       >
459         <path
460           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"
461         />
462       </svg>
463     </span>
464     <span
465       class=" emotion-0 emotion-1"
466     >
467       <svg
468         aria-hidden="true"
469         class="octicon octicon-triangle-down"
470         fill="currentColor"
471         focusable="false"
472         height="16"
473         role="img"
474         style="display: inline-block; user-select: none; vertical-align: middle; overflow: visible;"
475         viewBox="0 0 16 16"
476         width="16"
477       >
478         <path
479           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"
480         />
481       </svg>
482     </span>
483   </div>
484 </div>
485 `;
486
487 exports[`should render multiple keys with non-key symbols 1`] = `
488 .emotion-0 {
489   display: -webkit-box;
490   display: -webkit-flex;
491   display: -ms-flexbox;
492   display: flex;
493   -webkit-align-items: center;
494   -webkit-box-align: center;
495   -ms-flex-align: center;
496   align-items: center;
497   -webkit-box-pack: center;
498   -ms-flex-pack: center;
499   -webkit-justify-content: center;
500   justify-content: center;
501   padding-left: 0.125rem;
502   padding-right: 0.125rem;
503   border-radius: 0.125rem;
504   background-color: rgb(225,230,243);
505   color: rgb(62,67,87);
506 }
507
508 <div>
509   <div
510     class="sw-flex sw-gap-1"
511   >
512     <span
513       class=" emotion-0 emotion-1"
514     >
515       Ctrl
516     </span>
517     <span>
518       +
519     </span>
520     <span
521       class=" emotion-0 emotion-1"
522     >
523       <svg
524         aria-hidden="true"
525         class="octicon octicon-triangle-down"
526         fill="currentColor"
527         focusable="false"
528         height="16"
529         role="img"
530         style="display: inline-block; user-select: none; vertical-align: middle; overflow: visible;"
531         viewBox="0 0 16 16"
532         width="16"
533       >
534         <path
535           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"
536         />
537       </svg>
538     </span>
539     <span
540       class=" emotion-0 emotion-1"
541     >
542       <svg
543         aria-hidden="true"
544         class="octicon octicon-triangle-up"
545         fill="currentColor"
546         focusable="false"
547         height="16"
548         role="img"
549         style="display: inline-block; user-select: none; vertical-align: middle; overflow: visible;"
550         viewBox="0 0 16 16"
551         width="16"
552       >
553         <path
554           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"
555         />
556       </svg>
557     </span>
558   </div>
559 </div>
560 `;