summaryrefslogtreecommitdiff
path: root/test/scanners/ruby/example.expected.raydebug
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-141-3789/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* Improved Ruby scanner (see #147 and Changes.textile.)murphy2010-03-311-19/+19
|
* Updated Ruby scanner:murphy2009-10-191-7/+7
| | | | | | | * cleanup (FIXMEs, dead code, comments) * improved value_expected detection using VALUE_EXPECTING_KEYWORDS * support for self.method style definitions
* Ruby Scanner: Shebang comments are highlighted as :doctype.murphy2009-01-131-2/+2
|
* Improved Ruby scanner to use +/- signs only when appropriate (tests adjusted.)murphy2008-01-211-5/+5
| | | | | Ignore test/scanners/*/*.expected.html
* Lib:murphy2008-01-071-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Encoder: removed a warning - Encoders::HTML: don't shadow outer variable - Plugin: move require_plugin into class namespace - Ruby Scanner: - "alias" keyword recognition - better regexp/division distinction - recognize ~, !, !=, and !~ as method names (partly Ruby 1.9 only) - reordered states for speed Tests: - updated coderay-suite to use gem instead of require_gem - general improvements (more colors!, new parameter: new, new syntax lang.test for only and new) - fixed ruby suite - adjusted a lot of Ruby tests (alias uses methods now) - new tests: ruby/operators, ruby/regexp Samples: - fixed/updated ('bout time) Rake tasks: - updated to use new rubygems API
* Ruby scanner: #{...} delimiters are now :inline_delimiter to solve CSS problem.murphy2006-10-181-40/+40
| | | | | | New token: :inline_delimiter Scanner tests suite revamped: colorization, split up into methods.
* Fixed warning in bench.rb.murphy2006-10-181-1/+1
| | | | | | | | | | Ruby Scanner: improved handling of ambiguos values. - operator methods are now :ident instead of :operator - fancy_allowed and regexp_allowed are now value_expected - value_expected works in operator method calls - tests enhanced and adjusted Scanner tests: new diffed option, diff doesn't imply noassert anymore
* Renamed tests: .actual.* is (ignored) output, .expected.* is input now.murphy2006-10-171-0/+3789
Added test:clean task.