You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/svelte/tests/runtime-legacy/samples/attribute-casing-foreign-namespace-compiler-option/_config.js
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
import{test}from'../../test';
2
2
3
3
exportdefaulttest({
4
-
skip: true,// TODO: needs fixing
4
+
// TODO: needs fixing. Can only be fixed once we also support document.createElementNS-style creation of elements
5
+
// because the $.template('...') approach has no option to preserve attribute name casing
0 commit comments