From 972da989bcc33d86a09dc82b22de552557cff768 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Tue, 21 Mar 2023 10:05:52 +0200 Subject: test: ecma injections --- tests/query/injections/ecma/ecma-test-injections.js | 9 +++++++++ tests/query/injections/html/test-html-injections.html | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 tests/query/injections/ecma/ecma-test-injections.js (limited to 'tests') diff --git a/tests/query/injections/ecma/ecma-test-injections.js b/tests/query/injections/ecma/ecma-test-injections.js new file mode 100644 index 000000000..68d53721a --- /dev/null +++ b/tests/query/injections/ecma/ecma-test-injections.js @@ -0,0 +1,9 @@ +html`

`; + // ^ html +html(`

`); + // ^ html +svg`

`; + // ^ html +svg(`

`); + // ^ html + diff --git a/tests/query/injections/html/test-html-injections.html b/tests/query/injections/html/test-html-injections.html index 16be762d9..954ce5623 100644 --- a/tests/query/injections/html/test-html-injections.html +++ b/tests/query/injections/html/test-html-injections.html @@ -41,15 +41,6 @@ - - - - - - - - -
Test div to test css injections for style attributes -- cgit v1.2.3-70-g09d2