(dy)
| 427 | textCases.forEach(function(textCase) { |
| 428 | var node = mockTextSVGElement(textCase); |
| 429 | function opener(dy) { |
| 430 | return '<tspan class="line" dy="' + dy + 'em" x="0" y="0">' + |
| 431 | '<tspan style="font-weight:bold">' + |
| 432 | '<tspan style="font-style:italic">' + |
| 433 | '\u200b<tspan style="font-size:70%" dy="-0.6em">'; |
| 434 | } |
| 435 | var closer = '</tspan><tspan dy="0.42em">\u200b</tspan>' + |
| 436 | '</tspan></tspan></tspan>'; |
| 437 | expect(node.html()).toBe( |
no outgoing calls
no test coverage detected
searching dependent graphs…