summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* cmdline: port to argparseGeorg Brandl2021-01-221-22/+27
* conftest: disallow error tokens in examplefilesGeorg Brandl2021-01-219-23/+31
* Rename "tests/lexers" to "tests/snippets" and update the contributionGeorg Brandl2021-01-20320-2/+2
* tests: code style fixupsGeorg Brandl2021-01-2014-119/+129
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-20958-2947/+1089467
* Replace tests that assert on token output with auto-updatable samples (#1649)Oleh Prypin2021-01-18362-7329/+7726
* Matlab class properties (#1466)Dan2021-01-181-34/+137
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-1767-85/+17
* Fix for lexing Python raw f-strings with backslashes (#1683)Jeppe Dakin2021-01-171-0/+48
* Added `pygmentize -C` option to guess a lexer from contentGeorg Brandl2021-01-171-0/+7
* Do not guess MIME or SQL without reasonGeorg Brandl2021-01-171-1/+0
* fix coding style in test_analyzer_lexerGeorg Brandl2021-01-111-22/+31
* Detect malformed closing tags as errors. (#1656)Catatonic2021-01-061-0/+33
* Fix #1582 -- invalid comment in Matlab example.Matthäus G. Chajdas2021-01-061-1/+1
* Markdown lexer improvements (#1623)Leistungsabfall2021-01-061-30/+106
* support indented entries in IniLexer (#1624)Leistungsabfall2021-01-041-0/+81
* Update Crystal lexer (#1650)Oleh Prypin2021-01-042-16/+237
* Fix Coq-related bug #678 (#1648)Maximilian Wuttke2021-01-041-0/+33
* Merge branch 'master' of https://github.com/felixhao28/pygments into felixhao...Matthäus G. Chajdas2021-01-041-2/+24
|\
| * Update tests/test_javascript.pyFelix Hao2021-01-041-1/+1
| * add test_function_definitionYiyang Hao2020-08-241-1/+23
* | Bump copyright year.Matthäus G. Chajdas2021-01-0357-57/+57
* | Merge github.com:mathiasertl/pygmentsGeorg Brandl2020-12-281-4/+25
|\ \
| * | add tests to illustrate problem discussed in PR #1645Mathias Ertl2020-12-261-0/+25
| * | consider trailing whitespace a part of the prompt, making copy/paste more str...Mathias Ertl2020-12-251-5/+3
* | | do_insertions: do not emit empty tokensGeorg Brandl2020-12-283-19/+4
|/ /
* | Restore timing stats in test_examplefiles, and cut down USD file.Georg Brandl2020-12-252-56/+16
* | 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
* | testing turtle prefix names where reference starts with number (#1590)elf Pavlik2020-12-052-6/+48
* | Fix a catastrophic backtracking bug in JavaLexer (#1594)Kurt McKee2020-11-091-1/+24
* | Fix Mason regex.Matthäus G. Chajdas2020-11-081-2/+1
* | Fix Mason regex.Matthäus G. Chajdas2020-11-081-2/+65
* | fix closing tag for unnamed blocks on MasonLexer (#1592)Carlos Henrique Guardão Gandarez2020-11-081-1/+16
* | test_templates: simplify and rename moduleGeorg Brandl2020-10-301-15/+3
* | added documentationSean McElwain2020-10-301-0/+4
* | added test to track djangojavascript lexer fixSean McElwain2020-10-301-0/+37
* | Fix test.Matthäus G. Chajdas2020-10-281-1/+1
* | Remove margin: 0 from <pre> styling.Matthäus G. Chajdas2020-10-2833-33/+33
* | MySQL: Tokenize quoted schema object names, and escape characters, uniquely (...Kurt McKee2020-10-272-9/+40
* | Speed up JSON and reduce HTML formatter consumption (#1569)Kurt McKee2020-10-261-56/+180
* | Speculative fix for #1579. (#1583)Matthäus G. Chajdas2020-10-2433-102/+102
* | TNTLexer: Don't crash on unexpected EOL. (#1570)Ken2020-10-141-0/+204
* | Fix LatexEmbeddedLexer (#1517)Eric Wieser2020-09-301-1/+50
* | Add analyze_text to make make check happy. (#1549)Matthäus G. Chajdas2020-09-231-0/+60
* | python traceback lexer: fix custom exceptions without messageGeorg Brandl2020-09-191-0/+4
* | fix regression in JSON lexer, bump to 2.7.12.7.1Georg Brandl2020-09-171-7/+12
* | all: remove "u" string prefix (#1536)Georg Brandl2020-09-0835-1804/+1795