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 0ba6102 commit 785c186Copy full SHA for 785c186
packages/svelte/tests/runtime-runes/samples/svg-attribute-case/_config.js
@@ -1,5 +1,5 @@
1
import { test } from '../../test';
2
3
export default test({
4
- html: `<svg viewBox="0 0 10 10"></svg><svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"></svg><svg viewBox=""></svg`
+ html: `<svg viewBox="0 0 10 10"></svg><svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"></svg><svg viewBox=""></svg>`
5
});
0 commit comments