summaryrefslogtreecommitdiff
path: root/tests/test_html_lexer.py
Commit message (Expand)AuthorAgeFilesLines
* Fix various issues found by make check.Matthäus G. Chajdas2021-02-141-4/+8
* increase allowed time for "expensive" checks, pypy is slowGeorg Brandl2021-01-291-4/+6
* tests: code style fixupsGeorg Brandl2021-01-201-24/+21
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* all: weed out more backtracking string regexesGeorg Brandl2020-12-251-3/+1
* Fix backtracking string regexes in JavascriptLexer und TypescriptLexer.Georg Brandl2020-12-171-1/+3
* Increase timeout.Matthäus G. Chajdas2020-12-051-4/+4
* Unclosed script/style tag handling Fixes #1614 (#1615)Nick Gerner2020-12-051-0/+129