index
:
delta/python-packages/pygments-git.git
2382-fix
661/ashsearle/phpclass
686/ximmm/css
704/kenzierocks/antlrv4
716/kemichal/eloquence
719/tatt61880/kuin
723/drhouck/cliterals
732/djrm0/gdscript
752/camoberg/yang
765/lgiordani/m68k
767/6wind/yang
769/mtreinish/openqasm
793/brytonhall/singularity
829/TheMartianLife/yarn
834/john-andrews/chisel
836/MaisaMilena/formality
839/joente/thingsdb
Anteru/issue1009
argparse
bug/angular-html
examplefiles
fix/1437
fix/1579
fix/1698-lineos-wrapping
improve-linenos-handling
master
py2removal
raw-alias
regex
release/2.8.x
stable
task/add-analyze-text
task/improve-crlf-handling
github.com: pygments/pygments.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmdline: port to argparse
Georg Brandl
2021-01-22
1
-22
/
+27
*
conftest: disallow error tokens in examplefiles
Georg Brandl
2021-01-21
9
-23
/
+31
*
Rename "tests/lexers" to "tests/snippets" and update the contribution
Georg Brandl
2021-01-20
320
-2
/
+2
*
tests: code style fixups
Georg Brandl
2021-01-20
14
-119
/
+129
*
Also add auto-updatable output-based tests to examplefiles (#1689)
Oleh Prypin
2021-01-20
958
-2947
/
+1089467
*
Replace tests that assert on token output with auto-updatable samples (#1649)
Oleh Prypin
2021-01-18
362
-7329
/
+7726
*
Matlab class properties (#1466)
Dan
2021-01-18
1
-34
/
+137
*
Run pyupgrade across codebase to modernize syntax and patterns (#1622)
Jon Dufresne
2021-01-17
67
-85
/
+17
*
Fix for lexing Python raw f-strings with backslashes (#1683)
Jeppe Dakin
2021-01-17
1
-0
/
+48
*
Added `pygmentize -C` option to guess a lexer from content
Georg Brandl
2021-01-17
1
-0
/
+7
*
Do not guess MIME or SQL without reason
Georg Brandl
2021-01-17
1
-1
/
+0
*
fix coding style in test_analyzer_lexer
Georg Brandl
2021-01-11
1
-22
/
+31
*
Detect malformed closing tags as errors. (#1656)
Catatonic
2021-01-06
1
-0
/
+33
*
Fix #1582 -- invalid comment in Matlab example.
Matthäus G. Chajdas
2021-01-06
1
-1
/
+1
*
Markdown lexer improvements (#1623)
Leistungsabfall
2021-01-06
1
-30
/
+106
*
support indented entries in IniLexer (#1624)
Leistungsabfall
2021-01-04
1
-0
/
+81
*
Update Crystal lexer (#1650)
Oleh Prypin
2021-01-04
2
-16
/
+237
*
Fix Coq-related bug #678 (#1648)
Maximilian Wuttke
2021-01-04
1
-0
/
+33
*
Merge branch 'master' of https://github.com/felixhao28/pygments into felixhao...
Matthäus G. Chajdas
2021-01-04
1
-2
/
+24
|
\
|
*
Update tests/test_javascript.py
Felix Hao
2021-01-04
1
-1
/
+1
|
*
add test_function_definition
Yiyang Hao
2020-08-24
1
-1
/
+23
*
|
Bump copyright year.
Matthäus G. Chajdas
2021-01-03
57
-57
/
+57
*
|
Merge github.com:mathiasertl/pygments
Georg Brandl
2020-12-28
1
-4
/
+25
|
\
\
|
*
|
add tests to illustrate problem discussed in PR #1645
Mathias Ertl
2020-12-26
1
-0
/
+25
|
*
|
consider trailing whitespace a part of the prompt, making copy/paste more str...
Mathias Ertl
2020-12-25
1
-5
/
+3
*
|
|
do_insertions: do not emit empty tokens
Georg Brandl
2020-12-28
3
-19
/
+4
|
/
/
*
|
Restore timing stats in test_examplefiles, and cut down USD file.
Georg Brandl
2020-12-25
2
-56
/
+16
*
|
all: weed out more backtracking string regexes
Georg Brandl
2020-12-25
1
-3
/
+1
*
|
Fix backtracking string regexes in JavascriptLexer und TypescriptLexer.
Georg Brandl
2020-12-17
1
-1
/
+3
*
|
Increase timeout.
Matthäus G. Chajdas
2020-12-05
1
-4
/
+4
*
|
Unclosed script/style tag handling Fixes #1614 (#1615)
Nick Gerner
2020-12-05
1
-0
/
+129
*
|
testing turtle prefix names where reference starts with number (#1590)
elf Pavlik
2020-12-05
2
-6
/
+48
*
|
Fix a catastrophic backtracking bug in JavaLexer (#1594)
Kurt McKee
2020-11-09
1
-1
/
+24
*
|
Fix Mason regex.
Matthäus G. Chajdas
2020-11-08
1
-2
/
+1
*
|
Fix Mason regex.
Matthäus G. Chajdas
2020-11-08
1
-2
/
+65
*
|
fix closing tag for unnamed blocks on MasonLexer (#1592)
Carlos Henrique Guardão Gandarez
2020-11-08
1
-1
/
+16
*
|
test_templates: simplify and rename module
Georg Brandl
2020-10-30
1
-15
/
+3
*
|
added documentation
Sean McElwain
2020-10-30
1
-0
/
+4
*
|
added test to track djangojavascript lexer fix
Sean McElwain
2020-10-30
1
-0
/
+37
*
|
Fix test.
Matthäus G. Chajdas
2020-10-28
1
-1
/
+1
*
|
Remove margin: 0 from <pre> styling.
Matthäus G. Chajdas
2020-10-28
33
-33
/
+33
*
|
MySQL: Tokenize quoted schema object names, and escape characters, uniquely (...
Kurt McKee
2020-10-27
2
-9
/
+40
*
|
Speed up JSON and reduce HTML formatter consumption (#1569)
Kurt McKee
2020-10-26
1
-56
/
+180
*
|
Speculative fix for #1579. (#1583)
Matthäus G. Chajdas
2020-10-24
33
-102
/
+102
*
|
TNTLexer: Don't crash on unexpected EOL. (#1570)
Ken
2020-10-14
1
-0
/
+204
*
|
Fix LatexEmbeddedLexer (#1517)
Eric Wieser
2020-09-30
1
-1
/
+50
*
|
Add analyze_text to make make check happy. (#1549)
Matthäus G. Chajdas
2020-09-23
1
-0
/
+60
*
|
python traceback lexer: fix custom exceptions without message
Georg Brandl
2020-09-19
1
-0
/
+4
*
|
fix regression in JSON lexer, bump to 2.7.1
2.7.1
Georg Brandl
2020-09-17
1
-7
/
+12
*
|
all: remove "u" string prefix (#1536)
Georg Brandl
2020-09-08
35
-1804
/
+1795
[next]