summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added SuperCollider language specColin Sullivan2015-05-281-0/+76
* 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
* Add regexopt test for suffix ordering.Tim Hatch2014-10-211-0/+8
* Closes #1042: dont recognize *.md as MiniD anymore (which is now Croc).Georg Brandl2014-10-161-0/+0
* Skip known-failing tests on JythonTim Hatch2014-10-151-1/+9
* unistring: fix generated Cs category on Py2.Georg Brandl2014-10-151-7/+4
* Rename test file to use the correct lexer.Georg Brandl2014-10-151-0/+0
* Merged in dscorbett/pygments-tads3-2 (pull request #407)Georg Brandl2014-10-158-2/+138
|\
| * Add ResourceBundle lexer.Tim Hatch2014-10-141-0/+9
| * Test fixes for Python3Tim Hatch2014-10-141-2/+2
| * Skip some unistring tests on Jython.Tim Hatch2014-10-141-0/+8
| * Allow unistring to use character ranges.Tim Hatch2014-10-141-0/+43
| * Fix encoding of the test streams.Georg Brandl2014-10-141-2/+2
| * Clarify mimetype handling in HttpLexer, add test.Tim Hatch2014-10-101-0/+41
| * Add Mozilla preprocessor lexers.Tim Hatch2014-10-103-0/+19
| * Add aditional tests for regex optimization.Tim Hatch2014-10-101-0/+16
* | Add a lexer for TADS 3David Corbett2014-10-081-0/+1248
|/