You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('#700 perf regression with unclosed inline syntax',()=>{
214
+
render(
215
+
compiler(
216
+
'«Cleanliness is the finest of uniforms and a great defender against disease»*. Silver fabric was flowing. A wasp, buzzing, touches the bronze lips of the dragon with delicate <Tooltip><TooltipTrigger>hymenous wings</TooltipTrigger><TooltipContent>wings thin like a membrane (hymenous = thin, like a hymen, meaning very thin skin).</TooltipContent></Tooltip>. On the <Tooltip><TooltipTrigger>carved</TooltipTrigger><TooltipContent>engraved.</TooltipContent></Tooltip> tree trunk like a <Tooltip><TooltipTrigger>cradle</TooltipTrigger><TooltipContent>a swing.</TooltipContent></Tooltip> trough, where the animals quench their thirst, the beehive rests after gathering from the flowers.'
217
+
)
218
+
)
219
+
220
+
expect(root.innerHTML).toMatchInlineSnapshot(`
221
+
<span>
222
+
«Cleanliness is the finest of uniforms and a great defender against disease»*. Silver fabric was flowing. A wasp, buzzing, touches the bronze lips of the dragon with delicate
223
+
<tooltip>
224
+
<tooltiptrigger>
225
+
hymenous wings
226
+
</tooltiptrigger>
227
+
<tooltipcontent>
228
+
wings thin like a membrane (hymenous = thin, like a hymen, meaning very thin skin).
229
+
</tooltipcontent>
230
+
</tooltip>
231
+
. On the
232
+
<tooltip>
233
+
<tooltiptrigger>
234
+
carved
235
+
</tooltiptrigger>
236
+
<tooltipcontent>
237
+
engraved.
238
+
</tooltipcontent>
239
+
</tooltip>
240
+
tree trunk like a
241
+
<tooltip>
242
+
<tooltiptrigger>
243
+
cradle
244
+
</tooltiptrigger>
245
+
<tooltipcontent>
246
+
a swing.
247
+
</tooltipcontent>
248
+
</tooltip>
249
+
trough, where the animals quench their thirst, the beehive rests after gathering from the flowers.
0 commit comments