summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* -x functionality updates, Python 3 compatibility fixGeorg Brandl2017-01-223-9/+8
|
* Merged in tprynn/pygments-main/command-line-lexer-formatter (pull request #559)Georg Brandl2017-01-2267-47/+8062
|\ | | | | | | Custom Lexer/Formatter File Loading
| * Merged in zhouzhen1/pygments-main/perllexer (pull request #688)Georg Brandl2017-01-2239-43/+101
| |\ | | | | | | | | | Fix Perl5 lexer for namespaces/modules.
| | * Copyright update.Georg Brandl2017-01-2237-37/+37
| | |
| | * modeline: work for the first N lines and add a test to keep it that wayGeorg Brandl2017-01-221-0/+26
| | |
| | * Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces support for some missing features to the Handlebars lexer: Partials and path segments. Partials mostly appeared to work before, but the `>` in `{{> ... }}` would appear as a syntax error, as could other components of the partial. This change introduces support for: * Standard partials: `{{> partialName}}` * Partials with parameters: `{{> partialName varname="value"}}` * Ddynamic partials: `{{> (partialFunc)}}` * Ddynamic partials with lookups: `{{> (lookup ../path "partialName")}}` * Partial blocks: `{{> @partial-block}}` * Inline partials: `{{#*inline}}..{{/inline}}` It also introduces support for path segments, which can reference content in the current context or in a parent context. For instance, `this.name`, `this/name`, `./name`, `../name`, `this/name`, etc. These are all now tracked as variables.
| | * Merged in jayvdb/pygments-main (pull request #665)Georg Brandl2017-01-171-0/+10
| | |\ | | | | | | | | | | | | Provide explanation when a test is skipped
| | | * Support GHC DataKinds extension. Closes #820.Tom Hunger2016-12-191-0/+5
| | | |
| | | * Add `family` as a keyword to support Haskell's type families. See #820.Tom Hunger2016-12-191-0/+5
| | | |
| | * | Provide explanation when a test is skippedJohn Vandenberg2016-09-203-7/+7
| | |/ | | | | | | | | | | | | | | | | | | SkipTest messages are shown when running the test suite with verbosity, such as `nosetests -v`. They help the user see how to fix the problem, in order to achieve higher coverage when running the test suite.
| * | Fix Perl5 lexer for namespaces/modules. Also see ↵Zhenyi Zhou2017-01-011-1/+21
| |/ | | | | | | https://github.com/EntropyOrg/p5-Devel-IPerl/issues/25
| * Merged in jesquik/pygments-main-1243 (pull request #604)Tim Hatch2016-06-035-1/+237
| |\ | | | | | | | | | Fixes Issue #1243
| | * Merged in kneufeld/pygments-main (pull request #602)Tim Hatch2016-06-033-1/+172
| | |\ | | | | | | | | | | | | Default
| | | * Fix some unicode-related tests on Python 2.Tim Hatch2016-06-032-7/+5
| | | | | | | | | | | | | | | | Regexopt does the wrong then when given a mix of string types (as happens in Python 2).
| | | * Merged in domspad/pygments-main2 (pull request #603)Tim Hatch2016-06-021-1/+64
| | | |\ | | | | | | | | | | | | | | | test for unicode chars in julia
| | | | * typodomspad2016-06-021-2/+2
| | | | |
| | | | * added test for python3 at operatordomspad2016-06-021-1/+64
| | | | |
| | | * | python typosdomspad2016-06-021-2/+2
| | | | |
| | | * | test for unicode chars in julia`domspad2016-06-021-0/+60
| | | |/
| | | * Replaced test method placeholder name and added docstringJessie Wincek2016-06-021-1/+5
| | | |
| | | * Fixed reStructuredText heading markerJessie Wincek2016-06-021-1/+1
| | | |
| | | * Added Python cls builtin word token recognitionJessie Wincek2016-06-021-0/+46
| | | |
| | * | added github flavoured markdown parserKurt Neufeld2016-06-021-0/+61
| | | |
| | * | allow running of a single example file test...Kurt Neufeld2016-06-021-0/+4
| | |/ | | | | | | | | | | | | | | | | | | set environment variable TEST_EXT to desired test file extension before running tests. eg. TEST_EXT=md nosetests tests/test_examplefiles.py
| * | Added recognition of keys without a value being setJessie Wincek2016-06-021-0/+16
| | |
| * | The test test_space_delimiited_kv_pair() got a nameJessie Wincek2016-06-021-1/+1
| | |
| * | Added space as a valid delimiter between key and value. Added tests for \ ↵Jessie Wincek2016-06-021-0/+33
| | | | | | | | | | | | escaped spaces in keys and values.
| * | Comment leading whitespace no longer counts as Token.Comment but instead ↵Jessie Wincek2016-06-021-0/+9
| | | | | | | | | | | | Token.Text
| * | Added ! comment recognitionJessie Wincek2016-06-021-0/+31
| |/
| * Prevent runaway escapes in php string.Tim Hatch2016-06-011-0/+36
| | | | | | | | Fixes #1184
| * Fix a bug in default grouping in regexopt when the words are all the same ↵Tim Hatch2016-06-011-0/+34
| | | | | | | | | | | | length. Fixes #1229
| * Add backslash-continuation support to console lexer.Tim Hatch2016-06-011-1/+22
| | | | | | | | Fixes #1237
| * Improve number highlighting in bash.Tim Hatch2016-06-011-0/+32
| | | | | | | | Fixes #1244
| * Add Forth lexer.Tim Hatch2016-06-011-0/+3
| | | | | | | | Fixes #857
| * Rework CoffeeScript use of slashstartsregex.Tim Hatch2016-05-311-0/+84
| | | | | | | | Fixes #991
| * Fix some test headersTim Hatch2016-05-313-3/+5
| |
| * Robustify json-object against unexpected '}'Tim Hatch2016-05-311-0/+13
| |
| * Add a new lexer that assumes json object is already open.Tim Hatch2016-05-311-0/+87
| | | | | | | | Fixes #884
| * Allow open c-style comments.Tim Hatch2016-05-311-0/+32
| | | | | | | | Fixes #1114
| * Merge mjem/pygments-main (Pull Request #588)Tim Hatch2016-05-3122-0/+7066
| |\
| | * Merged in MostAwesomeDude/pygments-main (pull request #592)Tim Hatch2016-05-3120-0/+7050
| | |\
| | | * Merge with pygments-mainTim Hatch2016-05-311-0/+109
| | | |\
| | | | * Merged in dscorbett/pygments-snowball (pull request #589)Tim Hatch2016-05-3119-0/+6939
| | | | |\ | | | | | | | | | | | | | | | | | | Add a lexer for Snowball
| | | | * | Add a lexer for SnowballDavid Corbett2016-04-241-0/+109
| | | | | |
| | | * | | Merged in fleischwolf/pygments-main (pull request #534)Tim Hatch2016-05-311-0/+11
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | Lexer for Angular 2 template engine addedfleischwolf2016-01-021-0/+11
| | | | | |
| | | * | | Merge with birkenfeld/pygments-mainTim Hatch2016-05-3145-33/+11392
| | | |\ \ \
| | | | * \ \ Merged in dscorbett/pygments-batch (pull request #596)Tim Hatch2016-05-311-0/+2
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix Batch variables in FOR loop commands
| | | | | * | | Fix Batch variables in FOR loop commandsDavid Corbett2016-05-251-0/+2
| | | | | | | |
| | | | * | | | Merged in BlaXpirit/pygments/crystal2 (pull request #576)Tim Hatch2016-05-3115-0/+3231
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement Crystal lexer (based on RubyLexer)