summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merged in jaingaurav2/pygments-main-993 (pull request #359)Tim Hatch2014-05-171-0/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Add shebang support to Groovy lexer
| | * | | | Add shebang support to Groovy lexerGaurav Jain2014-05-161-0/+2
| | | |_|/ | | |/| |
| * | | | Add exclusion for LiterateCryptolLexer in test_basic_apiGaurav Jain2014-05-171-1/+1
| |/ / /
| * | | Merged in jambonrose/pygments-main (pull request #338)Tim Hatch2014-05-163-0/+170
| |\ \ \ | | | | | | | | | | | | | | | Produce only unicode escape sequences in RTFs
| | * | | RTF Formatter: clarified error message.Andrew Pinkham2014-05-061-2/+2
| | | | |
| | * | | RTF Formatter: Simplified calculation of output string.Andrew Pinkham2014-05-061-1/+1
| | | | |
| | * | | RTF Formatter: tests modified to be more robust and user friendly.Andrew Pinkham2014-05-061-6/+50
| | | | |
| | * | | RTF Formatter: tests now use single footerAndrew Pinkham2014-05-061-10/+8
| | | | |
| | * | | RTF Formatter: added footer test.Andrew Pinkham2014-05-061-0/+7
| | | | |
| | * | | RTF Formatter: integrated tests with new string assert methods.Andrew Pinkham2014-05-061-6/+7
| | | | |
| | * | | Added tests for string assert methods.Andrew Pinkham2014-05-061-0/+39
| | | | |
| | * | | Added assert methods for string comparisons.Andrew Pinkham2014-05-061-0/+22
| | | | |
| | * | | RTF Formatter: standardized tests.Andrew Pinkham2014-05-061-3/+6
| | | | |
| | * | | Merged birkenfeld/pygments-main into defaultAndrew Pinkham2014-05-061-0/+56
| | |\ \ \
| | | * \ \ Merged birkenfeld/pygments-main into defaultAndrew Pinkham2014-04-281-0/+56
| | | |\ \ \
| | | | * | | RTF Formatter: fixed typo in test.Andrew Pinkham2014-04-281-1/+1
| | | | | | |
| | | | * | | RTF Formatter: tests addedAndrew Pinkham2014-04-261-0/+56
| | | | | | |
| * | | | | | Merged in dscorbett/pygments-racket (pull request #358)Tim Hatch2014-05-161-0/+16
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve RacketLexer
| | * \ \ \ \ \ Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-164-11/+87
| | |\ \ \ \ \ \
| | * | | | | | | Improve support $ symbol in Java identifiersGaurav Jain2014-05-131-5/+9
| | | | | | | | |
| | * | | | | | | Match Java function name tokens even without leading whitespaceGaurav Jain2014-05-121-2/+1
| | | | | | | | |
| | * | | | | | | Add support for unicode letters in Java identifiersGaurav Jain2014-05-121-0/+13
| | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | Additionally, allow $ in middle of variable names
| * | | | | | | Improve RacketLexerDavid Corbett2014-05-161-29/+677
| | |/ / / / / | |/| | | | |
| * | | | | | Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-161-0/+12
| |\ \ \ \ \ \
| | * | | | | | Use unistring list to enable support for unicode leading character in HaskellGaurav Jain2014-05-161-0/+10
| | | | | | | |
| | * | | | | | Improve support for Unicode in Haskell identifiersGaurav Jain2014-05-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unicode characters are not yet supported as the first letter since Haskell cares about the case of the letter
| | * | | | | | Rename Haskell example fileGaurav Jain2014-05-131-0/+0
| | |/ / / / /
| * | | | | | Merged in andyli/pygments-main (pull request #354)Tim Hatch2014-05-152-10/+31
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Haxe fixes
| | * \ \ \ \ \ Merged in jaingaurav2/pygments-main (pull request #351)Tim Hatch2014-05-154-0/+95
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some lines to be within 90 characters
| | | * | | | | | Add vim script exmaple fileGaurav Jain2014-05-141-0/+21
| | | |/ / / / /
| | * | | | | | Rename test case variable from 'expected' to 'tokens' to fit line width limitGaurav Jain2014-05-121-10/+10
| | | | | | | |
| * | | | | | | Haxe: optional semicolon after macro class reification.Andy Li2014-05-151-1/+1
| | | | | | | |
| * | | | | | | Haxe: fixed top-level class members, number in preproc, macro reification, ↵Andy Li2014-05-131-1/+44
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | ECheckType expression.
| * | | | | | Merged in jaingaurav2/pygments-main-978 (pull request #339)Tim Hatch2014-05-122-0/+58
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ColdFusion: Add Support for nested comments
| | * | | | | | Add cfm unit testsGaurav Jain2014-05-101-0/+46
| | | | | | | |
| | * | | | | | ColdFusion: Add Support for nested commentsGaurav Jain2014-04-261-0/+7
| | | | | | | |
| | * | | | | | ColdFusion: Fixed example file to work under ColdFusionGaurav Jain2014-04-261-0/+5
| | | |_|_|/ / | | |/| | | |
| * | | | | | Copy regex from LiveScript to CoffeeScript to handle mid string interpolationsGaurav Jain2014-05-121-0/+2
| | | | | | |
| * | | | | | Allow hash within double quoted and single quoted stringsGaurav Jain2014-05-111-0/+14
| | | | | | |
| * | | | | | Rename CoffeeScript example fileGaurav Jain2014-05-111-0/+0
| | |/ / / / | |/| | | |
| * | | | | Merged in dscorbett/pygments-jasmin (pull request #343)Tim Hatch2014-05-061-0/+564
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | Add a lexer for Jasmin
| | * | | | Add a lexer for JasminDavid Corbett2014-05-041-0/+564
| | | |_|/ | | |/| |
| * | | | Comments handling fixed in Red language lexer as well.Oldes2014-05-051-0/+26
| | | | |
| * | | | FIX: Issue #985 - REBOL commentsOldes2014-05-051-7/+27
| |/ / /
| * | | Merged in jaingaurav2/pygments-main-example-cleanup (pull request #337)Tim Hatch2014-04-293-46/+254
| |\ \ \ | | | | | | | | | | | | | | | Improvements to Objective-C lexer
| | * \ \ Merged birkenfeld/pygments-main into defaultGaurav Jain2014-04-283-46/+254
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Merged birkenfeld/pygments-main into defaultGaurav Jain2014-04-243-46/+254
| | | |\ \
| | | | * | Add Objective-C unit testsGaurav Jain2014-04-241-0/+91
| | | | | |
| | | | * | Consolidated Objective-C example files and fixed syntaxGaurav Jain2014-04-242-46/+163
| | | | | | | | | | | | | | | | | | | | | | | | Merged the 2 objective-C example files. The file now has a completely valid syntax as checked with clang -fsyntax-only. It tests numerous aspects of Objective-C syntax.
| * | | | | Merged in jaingaurav2/pygments-main-926 (pull request #336)Tim Hatch2014-04-299-0/+736
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Reorder regex expressions so that C keywords are matched before a label