From 99d61877d6f411f33e0db578f04b333fb2110ddd Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 20 May 2022 00:45:51 -0700 Subject: [solid] more progress, no fragments, but still not right --- .../solid-dom-fixtures/SVG/code.js | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 integration/bunjs-only-snippets/solid-dom-fixtures/SVG/code.js (limited to 'integration/bunjs-only-snippets/solid-dom-fixtures/SVG/code.js') diff --git a/integration/bunjs-only-snippets/solid-dom-fixtures/SVG/code.js b/integration/bunjs-only-snippets/solid-dom-fixtures/SVG/code.js new file mode 100644 index 000000000..0ffded054 --- /dev/null +++ b/integration/bunjs-only-snippets/solid-dom-fixtures/SVG/code.js @@ -0,0 +1,74 @@ +const template = ( + + + + + + +); + +const template2 = ( + + + +); + +const template3 = ( + + + +); + +const template4 = ; + +const template5 = ( + <> + + +); + +const template6 = ( + + + +); + +const template7 = ( + + + + MDN Web Docs + + + +); + +const template8 = ( + + + +); -- cgit v1.2.3