summaryrefslogtreecommitdiff
path: root/test/scanners/python/literals.in.py
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-141-16/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* Improved Python scanner (issue #41).murphy2009-04-221-0/+16
* fixed numeric literals * better Python 3 support * bugfixes, optimizations * added two more test files