summaryrefslogtreecommitdiff
path: root/test/scanners/scheme
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-145-10360/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* Updating tests for Scheme scanner.murphy2010-03-262-3002/+3002
|
* Test cleanup.murphy2009-04-202-2919/+2919
| | | | | | * Fixed Scheme and SQL scanner tests after last bugfix. * Removed obsolete Python test file.
* Fixed pleac Scheme test and debug test folder.murphy2007-01-011-2/+2
|
* Added Scheme tests.murphy2007-01-012-0/+5179
|
* New Scanner: Scheme (thanks closure!)murphy2007-01-013-0/+5181
Test and example added. Token changed: operator_fat instead of operator_name (for use with LISP-like parentheses). Added file_extension for Scanners. Improved CodeRay::Suite: - uses scanners file extension now - example parameter is now named "only" - only param overwrite MAX_CODE_SIZE_TO_HIGHLIGHT