summaryrefslogtreecommitdiff
path: root/tests/test_basic_api.py
Commit message (Expand)AuthorAgeFilesLines
* Add exclusion for LiterateCryptolLexer in test_basic_apiGaurav Jain2014-05-171-1/+1
* merge with iElectric/pygments-mainGeorg Brandl2014-03-161-1/+8
|\
| * get_lexer_by_name: handle edge case when _alias is NoneDomen Kozar2014-03-151-1/+8
* | Add authors/changelog for Idris, exempt the literate lexer from stripnl testGeorg Brandl2014-03-041-1/+2
* | Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-9/+9
* | manual prettifying and small fixes after futurize runGeorg Brandl2014-01-181-2/+2
* | futurizing: move to print_function and "except X as Y" syntaxGeorg Brandl2014-01-181-1/+2
* | new year in copyright noticeGeorg Brandl2014-01-101-1/+1
* | tests: make sure lexer aliases are registered lowercaseGeorg Brandl2014-01-091-0/+2
* | Changed error message to use lexer class instead of lexer name.Thomas Aglassinger2013-06-021-1/+1
* | Simplified debugging of endless loops in lexers with random generated content...Thomas Aglassinger2013-06-021-1/+4
|/
* Factored out LiterateLexer as a base class for both LiterateAgdaLexer andTim Baumann2013-05-191-3/+3
* Added ShellSessionLexerChristian Jann2013-01-251-1/+1
* Add DylanConsoleLexer to the exceptions for test_lexer_options.Georg Brandl2013-01-111-1/+2
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
* Robot Framework: fix test suite failreGeorg Brandl2012-12-031-1/+1
* Test suite fix, authors and changelog entry for JuliaGeorg Brandl2012-04-041-1/+1
* Fixes #748: clean up deprecation and resource warnings in the test suite when...Georg Brandl2012-03-111-10/+22
* Add changelog entry and fix test suite to cope with Elixir console lexer.Georg Brandl2012-02-291-1/+2
* Copyright update.Georg Brandl2012-02-051-1/+1
* Clean up Opa a bit and exclude from arbitrary-string test for now.Georg Brandl2012-02-041-1/+1
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
* Merge with https://bitbucket.org/dvarrazzo/pygments-postgresGeorg Brandl2011-06-191-0/+14
|\
| * merge with https://bitbucket.org/joshpeek/pygmentsGeorg Brandl2011-06-181-0/+9
| |\
| | * Test all lexers can be found by mime typeJoshua Peek2011-06-081-0/+3
| | * Test all lexers can be found by name or aliasJoshua Peek2011-06-081-0/+6
| * | Fix bug in GasLexer.analyse_text(). Make sure return val can be cast to float.Tim Van Steenburgh2011-05-261-0/+2
| |/
| * Temporarily disable extensive testing of the XQuery lexer.Georg Brandl2011-01-041-0/+3
* | Added PostgreSQL specific SQL and interactive session lexersDaniele Varrazzo2011-04-011-1/+1
|/
* make check: whitespace errorsTim Hatch2010-12-211-1/+1
* Switch to bitbucket as main repo.Georg Brandl2010-09-071-1/+1
* Convert lexer and formatter tests to test generators, so that one failure doe...Georg Brandl2010-02-181-175/+187
* - Added the ``ensurenl`` lexer option, which can be used to suppress theGeorg Brandl2010-02-181-0/+25
* Happy new year!Georg Brandl2010-01-011-1/+1
* Port Pygments to Python 3.1.gbrandl2009-03-311-12/+23
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
* Explicitly use binary file mode.gbrandl2008-11-251-3/+3
* file() -> open() in tests.gbrandl2008-11-251-3/+3
* Fix #368 by requiring word boundaries for codetag filter.thatch2008-10-081-0/+16
* instead of picking a random modules to test, provide an easy way to get the c...Benjamin Peterson2008-09-211-4/+6
* remove __builtin__.testdir/testfile magicBenjamin Peterson2008-09-181-3/+5
* Fix test_basic_api.gbrandl2008-09-091-2/+6
* Ignore failure when default font is not installed.gbrandl2008-07-231-3/+4
* Ignore import errors in the tests.0.10gbrandl2008-05-061-2/+9
* Fix the test_basic_api.gbrandl2007-09-091-1/+1
* [svn] Make the C# lexer unicode aware.gbrandl2007-05-031-1/+8
* [svn] Add whitespace filter. Add a few more filter unit tests.gbrandl2007-05-031-4/+32
* [svn] Make check.gbrandl2007-02-141-1/+1
* [svn] Add tests for filters.gbrandl2007-02-141-1/+12
* [svn] Copyright notice update.gbrandl2007-02-041-1/+1