summaryrefslogtreecommitdiff
path: root/tests/test_html_lexer.py
Commit message (Expand)AuthorAgeFilesLines
* More tests moved to snippets/ (#2351)Jean Abou-Samra2023-02-231-131/+0
* Merge branch 'master' of github.com:pygments/pygments; branch 'lexers_ijkl' o...Matthäus G. Chajdas2022-02-201-1/+1
|\
| * Modernize Whitespace token in lexer javascriptSebastian Engel2022-01-061-1/+1
* | Happy new year.Georg Brandl2022-01-251-1/+1
|/
* Whitespace token modernization - [bc] lexers - regarding #1905 (#1923)Sebastian Engel2021-10-231-1/+1
* 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