summaryrefslogtreecommitdiff
path: root/test/scanners/scheme/strange.expected.raydebug
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-141-38/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* Updating tests for Scheme scanner.murphy2010-03-261-22/+22
|
* Test cleanup.murphy2009-04-201-20/+20
| | | | | | * Fixed Scheme and SQL scanner tests after last bugfix. * Removed obsolete Python test file.
* New Scanner: Scheme (thanks closure!)murphy2007-01-011-0/+38
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