| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
on Py3.
Also fix a bunch of other uses of open() to use the with statement.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Thanks to Ilia Choly for the initial pull request.
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
content. If the developer terminates the test by pressing Control-C, the resulting KeyboardInterrupt describes the lexer and content that caused the test to get stuck.
|
|
|
|
| |
LiterateHaskellLexer.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
when run with python3 -Wd.
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |\ |
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
| |
does not prevent running the others.
|
|
|
|
|
|
|
|
| |
automatic addition of a newline to the lexer input.
- Fixed a bug in `do_insertions()` used for multi-lexer languages.
- Added tests for standard lexer whitespace options.
|
| |
|
| |
|
|
|
|
| |
Update AUTHORS file accordingly.
|