tests: runtime: preserve spaces after tspan

pull/4107/head
David A Kondrad 6 years ago
parent 109639c57c
commit 0896d7c6b8

@ -0,0 +1,3 @@
export default {
html: `<svg><text x=0 y=50><tspan>foo</tspan> bar<tspan>foo</tspan> bar</text></svg>`,
};

@ -0,0 +1 @@
<svg><text x=0 y=50><tspan>foo</tspan> {"bar"}<tspan>foo</tspan> bar</text></svg>

After

Width:  |  Height:  |  Size: 81 B

Loading…
Cancel
Save