summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* archetype: fix regex.Georg Brandl2015-08-111-178/+0
* remove failing example fileGeorg Brandl2015-08-111-856/+0
* Merged in thomas_beale/pygments-main (pull request #483)Georg Brandl2015-08-086-235/+980
|\
| * mergeGeorg Brandl2015-08-081-0/+340
| |\
| | * Merged in ylikx/pygments-main (pull request #213)Georg Brandl2015-08-08146-2866/+23401
| | |\ | | |/ | |/|
| | * Added Fortran fixed format lexer.Elias Rabel2013-06-231-0/+340
| * | Add a current syntax Rust example file.Georg Brandl2015-08-082-235/+606
| * | Merged in selesse/pygments-main (pull request #466)Georg Brandl2015-08-082-0/+14
| |\ \
| | * \ Merged in lydia_duncan/pygments-main (pull request #485)Georg Brandl2015-07-211-0/+13
| | |\ \
| | | * | Add private and public keywords to Chapel lexer and example program.Lydia Duncan2015-07-161-0/+13
| | * | | Merged in skleinfeld/pygments-main (pull request #463)Georg Brandl2015-07-211-0/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | remove x bit from example filesGeorg Brandl2015-07-216-0/+0
| | | * | Robot Framework lexer: add new dict variable in test fileLaurent Bristiel2015-06-231-0/+1
| | |/ /
| * | | Syntax highlight Gradle files with GroovyAlex Selesse2015-05-061-0/+20
| |/ /
* | | Colourise tuples of attribute names properly.wolandscat2015-07-251-0/+30
* | | Add lexer and test files for the Archetype Definition Language (ADL) and sub-...wolandscat2015-07-017-0/+1599
|/ /
* | Fixup test.Georg Brandl2015-03-081-1/+1
* | Closes #1047: allow newlines in # comments in AutoIt.Georg Brandl2015-03-081-0/+2
* | Add overhauled Modula-2 lexer from https://bitbucket.org/trijezdci/m2r10/src/...Georg Brandl2015-03-081-0/+354
* | fixup elisp lexer a bitGeorg Brandl2015-02-211-0/+4868
* | Add arduino lexer and styleEdoardo Tenani2015-01-281-0/+24
* | merge with stableGeorg Brandl2015-01-214-77/+238
|\ \
| * | adding reject statement to Stan example fileJeffrey B. Arnold2014-11-141-0/+3
| * | Add more coverage for pygments.util.Georg Brandl2014-11-111-6/+44
| * | More coverage of newer HTML formatter options.Georg Brandl2014-11-111-5/+22
| * | Quote normalization.Georg Brandl2014-11-111-26/+26
| * | cmdline: more coverageGeorg Brandl2014-11-111-4/+25
| * | Fix -H return codes and test them.Georg Brandl2014-11-111-1/+3
| * | Care for Windows newlines in stdout.Georg Brandl2014-11-111-3/+3
| * | Fix and test the "lex(class)" and "format(class)" handlers.Georg Brandl2014-11-111-1/+18
| * | More test coverage for pygments.consoleGeorg Brandl2014-11-111-2/+18
| * | Do not import pygments prematurely when running with coverage.Georg Brandl2014-11-111-12/+17
| * | Bring pygments.cmdline coverage to ~100%, fix a few glitches in the process.Georg Brandl2014-11-111-60/+115
| * | merge with stableGeorg Brandl2014-11-111-3/+12
| |\ \
| | * \ merge with stableGeorg Brandl2014-11-101-0/+8
| | |\ \
| | | * | Add a -v command line switch that shows the full traceback.Georg Brandl2014-11-101-0/+8
* | | | | Copyright year update.Georg Brandl2015-01-2127-28/+28
* | | | | Fix and test the "lex(class)" and "format(class)" handlers.Georg Brandl2014-11-111-1/+18
* | | | | Do not import pygments prematurely when running with coverage.Georg Brandl2014-11-111-12/+17
|/ / / /
* | | | Switch exception test to a different exception from closed streams.Georg Brandl2014-11-111-19/+7
|/ / /
* | | Fix use of test methods not in 2.6.Georg Brandl2014-11-101-8/+8
|/ /
* | Fix leftover debugging "raise". Add test coverage for errors and exceptions i...Georg Brandl2014-11-101-0/+50
* | Closes #1058: Fix an encoding issue when using ``pygmentize`` with the ``-o``...Georg Brandl2014-11-101-0/+14
* | python2.6 has no assertSequenceEqualTim Hatch2014-11-061-4/+4
* | Add 'duplicates_removed' function (for *_builtins.py generation).Tim Hatch2014-11-061-0/+16
* | Merged in jiyinyiyong/pygments-main (pull request #378)Georg Brandl2014-11-061-27/+195
|\ \
| * | update Cirru tests and rulesjiyinyiyong2014-11-041-27/+195
* | | Swap unicode whitespace character to one that Java sees as webitespace.Tim Hatch2014-11-042-2/+2
|/ /
* | Test recognition of Unicode whitespace in java and js examplefiles.Georg Brandl2014-11-042-1/+2
* | Add test for RegexLexer inheritance (fails with current code).Tim Hatch2014-10-281-0/+94