summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix various issues found by make check.Matthäus G. Chajdas2021-02-141-4/+8
* Add futhark lexer (#1691)Philip Munksgaard2021-02-142-0/+255
* Merge branch 'master' of https://github.com/pygments/pygmentsMatthäus G. Chajdas2021-02-1459-134/+3260
|\
| * RawToken{Formatter,Lexer}: support Python 3 and handle exceptions (#1602)Anders Kaseorg2021-02-141-0/+68
| * Provide (all?) Matlab built-ins (#1705)Alex Povel2021-02-146-9/+9
| * Add CDDL lexer (Fix #1239) (#1379)Thomas Duboucher2021-02-142-0/+3042
| * Fix/1698 lineos wrapping (#1701)Matthäus G. Chajdas2021-02-1249-125/+125
| * Fix CBM BASIC V2 analyze text logic (#1607)Carlos Henrique Guardão Gandarez2021-02-122-14/+16
| * fix ecl analyze text logic (#1610)Carlos Henrique Guardão Gandarez2021-02-121-0/+14
* | Update expected output for Ruby.Matthäus G. Chajdas2021-02-141-14/+7
* | Cleanup test_ruby after merge.Matthäus G. Chajdas2021-02-141-132/+1
* | Merge branch 'issue-253-ruby-unicode' of https://github.com/kurtmckee/pygment...Matthäus G. Chajdas2021-02-141-0/+185
|\ \ | |/ |/|
| * Support Ruby method names and operator overrides, including UnicodeKurt McKee2020-09-041-2/+38
* | Update Fortran test file.Matthäus G. Chajdas2021-02-121-34/+17
* | Supports single quote strings in AutoItLexer (#1667)trdean12021-02-082-0/+13
* | Regenerate test files.Matthäus G. Chajdas2021-02-072-0/+2
* | Update CHANGES, move graphviz test file.Matthäus G. Chajdas2021-02-072-0/+72
* | Add lexer for graphviz (#1657)Niklas Mollenhauer2021-02-071-0/+12
* | Improve Kotlin lexer (#1699)Ilya Zorin2021-02-069-116/+175
* | Fix for lexing J operator ? (#1700)amitkummer2021-02-062-0/+17
* | Support anchored line numbers in inline mode (#1591)Kevin Deldycke2021-02-0616-48/+48
* | MATLAB parser cleanup & fix for parsing `1./x` (#1673)Antony Lee2021-02-061-0/+10
* | Fix #1046.Matthäus G. Chajdas2021-02-061-0/+21
* | Merge branch 'master' of https://github.com/mathiasertl/pygments into mathias...Matthäus G. Chajdas2021-01-307-8/+54
|\ \
| * | add another test caseMathias Ertl2021-01-101-0/+17
| * | only print PS2 prompt if backslash continuation is enabledMathias Ertl2021-01-101-5/+20
| * | make PS2 contain a spaceMathias Ertl2021-01-101-0/+13
* | | Add expected output for the AMDGPU example.Matthäus G. Chajdas2021-01-302-0/+130
* | | AMDGPU ISA Lexer (#1626)Thomas Symalla2021-01-301-0/+10
* | | cmdline: port to argparse (#1693)Georg Brandl2021-01-301-22/+27
* | | Fix mishandling '*/' in C/C++ and related (fixes #1695)Georg Brandl2021-01-291-0/+31
* | | increase allowed time for "expensive" checks, pypy is slowGeorg Brandl2021-01-291-4/+6
* | | 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
|\ \