aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/injections/ecma/ecma-test-injections.js
blob: 16ddd3c6b90f5b054e37fb335d24270fc97bf2fb (plain) (blame)
1
2
3
4
5
6
7
8
9
html`<p></p>`;
   // ^ @html
html(`<p></p>`);
   // ^ @html
svg`<p></p>`;
   // ^ @html
svg(`<p></p>`);
   // ^ @html