aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/injections/html
Commit message (Collapse)AuthorAgeFilesLines
* feat(html): use gsub for mimetype lookupChristian Clason2025-05-121-3/+3
|
* chore(tests): consistent capturesChristian Clason2024-01-191-20/+20
|
* test: ecma injectionsBenny Powers2023-03-221-9/+0
|
* test: html injectionsBenny Powers2023-03-221-5/+38
|
* injections(html): fix faulty css/js injectionsPham Huy Hoang2023-03-051-0/+4
| | | | | | Group queries to reduce duplicate injection tree use only regex
* allow negative assertion in injection tests (#4107)lucario3872023-01-071-30/+12
| | | | | | | * tests(vue, svelte): strengthen tests * fix(html, vue, svelte): fix wrong test format * allow negative assertions in injection tests
* refactor(vue, html): Update injectionsLucario3872023-01-031-0/+45
Update html_tags injections so that html/vue/svelte parsers can use it without having a script/style tag being captured twice Signed-off-by: Pham Huy Hoang <hoangtun0810@gmail.com>