summaryrefslogtreecommitdiff
path: root/test/scanners/ruby/class.expected.raydebug
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-141-83/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* Updated Ruby scanner:murphy2009-10-191-1/+1
| | | | | | | * cleanup (FIXMEs, dead code, comments) * improved value_expected detection using VALUE_EXPECTING_KEYWORDS * support for self.method style definitions
* Ruby scanner: #{...} delimiters are now :inline_delimiter to solve CSS problem.murphy2006-10-181-4/+4
| | | | | | New token: :inline_delimiter Scanner tests suite revamped: colorization, split up into methods.
* Renamed tests: .actual.* is (ignored) output, .expected.* is input now.murphy2006-10-171-0/+83
Added test:clean task.