aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/injections/svelte
Commit message (Collapse)AuthorAgeFilesLines
* chore(tests): consistent capturesChristian Clason2024-01-191-10/+8
|
* allow negative assertion in injection tests (#4107)lucario3872023-01-071-25/+10
| | | | | | | * tests(vue, svelte): strengthen tests * fix(html, vue, svelte): fix wrong test format * allow negative assertions in injection tests
* refactor(svelte): Remove duplicated queriesLucario3872023-01-031-0/+39
These injection queries are defined already in html_tags, remove them Signed-off-by: Pham Huy Hoang <hoangtun0810@gmail.com>