test: ecma injections

This commit is contained in:
Benny Powers 2023-03-21 10:05:52 +02:00 committed by Amaan Qureshi
parent d228b51cd7
commit 972da989bc
2 changed files with 9 additions and 9 deletions

View file

@ -0,0 +1,9 @@
html`<p></p>`;
// ^ html
html(`<p></p>`);
// ^ html
svg`<p></p>`;
// ^ html
svg(`<p></p>`);
// ^ html