(node, style, msg)
| 40 | } |
| 41 | |
| 42 | function assertTspanStyle(node, style, msg) { |
| 43 | var tspan = node.select('tspan'); |
| 44 | expect(tspan.attr('style')).toBe(style, msg); |
| 45 | } |
| 46 | |
| 47 | function assertAnchorAttrs(node, expectedAttrs, msg) { |
| 48 | var a = node.select('a'); |
no outgoing calls
no test coverage detected
searching dependent graphs…