We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35adbfa commit f9690f5Copy full SHA for f9690f5
x-pack/legacy/plugins/maps/public/layers/styles/vector/symbol_utils.test.js
@@ -37,7 +37,7 @@ describe('styleSvg', () => {
37
'<svg version="1.1" width="11px" height="11px" viewBox="0 0 11 11"><path/></svg>';
38
const styledSvg = await styleSvg(unstyledSvgString, 'red', 'white');
39
expect(styledSvg.split('\n')[1]).toBe(
40
- '<svg version=\"1.1\" width=\"11px\" height=\"11px\" viewBox=\"0 0 11 11\" style=\"fill:red;stroke:white;stroke-width:1;\">'
+ '<svg version="1.1" width="11px" height="11px" viewBox="0 0 11 11" style="fill:red;stroke:white;stroke-width:1;">'
41
);
42
});
43
0 commit comments