summaryrefslogtreecommitdiff
path: root/tests/test_shell.py
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite single character variable handling in BashLexerTim Hatch2015-10-091-0/+26
| | | | Fixes #877
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* BashLexer: Correctly handle $'' strings.Tim Hatch2014-10-061-4/+15
|
* BashLexer: Significantly improve handling of quoted strings (and ${})Tim Hatch2014-10-061-0/+52
Fixes #994