summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
|/
* Add JSON-LD Lexer.Tim Hatch2014-10-081-0/+27
* MakefileLexer: Add GNU Automake directives.Tim Hatch2014-10-081-0/+7
* Twig: add test example file, add changelog entry and regenerate mapping.Georg Brandl2014-10-081-0/+4612
* Merged in leodemoura/pygments-main (pull request #399)Georg Brandl2014-10-0841-1911/+3530
|\
| * Overhaul encoding handling in cmdline even more.Georg Brandl2014-10-081-6/+16
| * Dont print out all tokens to stdout.Georg Brandl2014-10-081-2/+0
| * Closes #1015: fix lexing of Haskell char literals.Georg Brandl2014-10-081-0/+4
| * PHP: allow spaces before heredoc end tokenGeorg Brandl2014-10-071-0/+8
| * Fix highlighting of Java enhanced for loops.Tim Hatch2014-10-071-0/+42
| * JavascriptLexer: Support unicode identifiers per standard.Tim Hatch2014-10-071-0/+5
| * MakeLexer: Add GNU Make vpath directive.Tim Hatch2014-10-071-0/+16