]> source.dussan.org Git - sonarqube.git/blob
582d44ea4d29b2d05d19ffef438e4d1467c91396
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 .emotion-0 {
5   fill: rgb(93,108,208);
6 }
7
8 .emotion-2 {
9   font: var(--echoes-typography-text-default-regular);
10   fill: rgb(106,117,144);
11 }
12
13 .e1vbniy52 .emotion-2 {
14   fill: rgb(255,255,255);
15 }
16
17 <div>
18   <svg
19     height="100"
20     width="260"
21   >
22     <g
23       transform="translate(0, 0)"
24     >
25       <g>
26         <g>
27           <rect
28             class="emotion-0 emotion-1"
29             height="10"
30             width="121"
31             x="80"
32             y="13"
33           />
34           <text
35             aria-describedby="tooltip-1"
36             class="emotion-2 emotion-3"
37             dx="1em"
38             dy="0.3em"
39             text-anchor="start"
40             x="200"
41             y="18"
42           >
43             1.7short_number_suffix.k
44           </text>
45           <text
46             class="emotion-2 emotion-3"
47             dx="0"
48             dy="0.3em"
49             text-anchor="start"
50             x="0"
51             y="18"
52           >
53             Java
54           </text>
55         </g>
56         <g>
57           <rect
58             class="emotion-0 emotion-1"
59             height="10"
60             width="59"
61             x="80"
62             y="38"
63           />
64           <text
65             class="emotion-2 emotion-3"
66             dx="1em"
67             dy="0.3em"
68             text-anchor="start"
69             x="138.47750865051904"
70             y="43"
71           >
72             845
73           </text>
74           <text
75             class="emotion-2 emotion-3"
76             dx="0"
77             dy="0.3em"
78             text-anchor="start"
79             x="0"
80             y="43"
81           >
82             JavaScript
83           </text>
84         </g>
85         <g>
86           <rect
87             class="emotion-0 emotion-1"
88             height="10"
89             width="6"
90             x="80"
91             y="63"
92           />
93           <text
94             class="emotion-2 emotion-3"
95             dx="1em"
96             dy="0.3em"
97             text-anchor="start"
98             x="85.05190311418686"
99             y="68"
100           >
101             73
102           </text>
103           <text
104             class="emotion-2 emotion-3"
105             dx="0"
106             dy="0.3em"
107             text-anchor="start"
108             x="0"
109             y="68"
110           >
111             cpp
112           </text>
113         </g>
114         <g>
115           <rect
116             class="emotion-0 emotion-1"
117             height="10"
118             width="2"
119             x="80"
120             y="88"
121           />
122           <text
123             class="emotion-2 emotion-3"
124             dx="1em"
125             dy="0.3em"
126             text-anchor="start"
127             x="81.03806228373702"
128             y="93"
129           >
130             15
131           </text>
132           <text
133             class="emotion-2 emotion-3"
134             dx="0"
135             dy="0.3em"
136             text-anchor="start"
137             x="0"
138             y="93"
139           >
140             unknown
141           </text>
142         </g>
143       </g>
144     </g>
145   </svg>
146 </div>
147 `;