summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix test running for running from src dir.Georg Brandl2009-09-151-2/+5
* Fix Python 3 compatibility of test runner.Georg Brandl2009-09-151-3/+5
* Make sure test suite runs the right Pygments.Georg Brandl2009-09-151-1/+12
* Consistency fixes in the test suite.Georg Brandl2009-09-157-24/+21
* Fix test suite failures and set today as release date.Georg Brandl2009-09-153-0/+0
* Apply patch from #419 for matlab functions without return typesthatch2009-07-071-0/+3
* #416: Add support for Newspeakthatch2009-06-212-0/+3522
* #403: Make JS regex parsing better, by Pumbaa80thatch2009-06-211-0/+48
* Example file for #395thatch2009-06-211-0/+47
* Unbreak examplefile tests with DOS newlines.thatch2009-06-211-0/+1
* merge with TimGeorg Brandl2009-04-122-0/+56
|\
| * Add ASP.net lexersthatch2009-02-192-0/+56
* | Port Pygments to Python 3.1.Georg Brandl2009-03-315-26/+51
|/
* Add Rebol lexer, by David Oliva.Georg Brandl2009-02-061-0/+94
* Add Modelica Lexer, by Dietmar Winkler.Georg Brandl2009-02-061-0/+158
* mergeGeorg Brandl2009-02-061-0/+33
|\
| * Add Evoque lexers, by Mario Ruggier.Georg Brandl2009-02-061-0/+33
* | Fix #387 by adding semicolong to the list of backslash-escaped character lite...Tim Hatch2009-02-061-0/+1
|/
* Allow ellipsis arguments, the remaining part of #389Tim Hatch2009-02-041-0/+3
* ActionScript3 fixes for function args from #389Tim Hatch2009-02-041-0/+46
* Merge with pygments-mainthatch2009-01-043-0/+890
|\
| * Fix another Ragel roundtrip error and rename examplefiles sincethatch2009-01-032-9/+2
| * Add Antlr/Ragel lexer from #345thatch2009-01-032-0/+897
* | Update copyrighting style to standard "team" tags.Georg Brandl2009-01-0411-22/+22
|/
* Support guessing even with a filename (#355)thatch2008-12-311-0/+0
* In the tests, be more clear about what lexer generated an error tokenthatch2008-12-311-1/+2
* First draft of a Prolog lexerthatch2008-12-292-0/+32
* Add simple (ba)sh console lexerthatch2008-12-281-0/+17
* Add rough GLSL lexer (#369)thatch2008-12-282-0/+20
* Add Erlang shell (erl) lexerthatch2008-12-281-0/+10
* Explicitly use binary file mode.Georg Brandl2008-11-251-3/+3
* file() -> open() in tests.Georg Brandl2008-11-254-7/+7
* Remove unused import.Georg Brandl2008-11-251-1/+1
* #374: Update to SmalltalkLexer by Nils Winter.Georg Brandl2008-11-162-505/+4394
* #371: HTML formatter options can be Unicode strings.Georg Brandl2008-11-151-6/+18
* Next version will be 1.0.Georg Brandl2008-11-153-7/+22
* Fix #368 by requiring word boundaries for codetag filter.thatch2008-10-081-0/+16
* Add modified AppleScript lexer, to close #330thatch2008-09-242-0/+15
* Make test_examplefiles show a better error when there are strange filesthatch2008-09-241-0/+5
* Give Python3TracebackLexer a new name since it was shadowing the mainthatch2008-09-241-1/+0
* Make JavascriptLexer's regex detection a little smarter (#356)thatch2008-09-241-0/+22
* Merge with Tim.Georg Brandl2008-09-248-172/+214
|\
| * Add old test runner (I'm nostalgic.)Georg Brandl2008-09-231-0/+138
| * fix 2.3 compatibility.Georg Brandl2008-09-231-1/+1
| * instead of picking a random modules to test, provide an easy way to get the c...Benjamin Peterson2008-09-215-36/+31
| * fix a testdir straglerBenjamin Peterson2008-09-181-2/+3
| * make use of test generators for test_examplefilesBenjamin Peterson2008-09-181-30/+24
| * use nose for testing now (That was easy)Benjamin Peterson2008-09-181-120/+5
| * remove __builtin__.testdir/testfile magicBenjamin Peterson2008-09-186-21/+50
* | Regression test for Ruby heredoc fix in #366thatch2008-09-221-0/+8
|/