diff options
| author | murphy <murphy@rubychan.de> | 2008-01-07 14:42:47 +0000 |
|---|---|---|
| committer | murphy <murphy@rubychan.de> | 2008-01-07 14:42:47 +0000 |
| commit | e127b7d57b06554e708752bbbc2a85e833633c26 (patch) | |
| tree | ccd44c344594ccacdcd95a1e1dfc35488cb2c58d /test/scanners/ruby/pleac.expected.raydebug | |
| parent | bbbbc70a0b2efcd03bbcaf4e08ac139e7969e608 (diff) | |
| download | coderay-e127b7d57b06554e708752bbbc2a85e833633c26.tar.gz | |
Lib:
- 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
Diffstat (limited to 'test/scanners/ruby/pleac.expected.raydebug')
| -rw-r--r-- | test/scanners/ruby/pleac.expected.raydebug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scanners/ruby/pleac.expected.raydebug b/test/scanners/ruby/pleac.expected.raydebug index b1e7762..0a9a6ac 100644 --- a/test/scanners/ruby/pleac.expected.raydebug +++ b/test/scanners/ruby/pleac.expected.raydebug @@ -4021,7 +4021,7 @@ comment(#=> bar) comment(# You can also take a reference to an existing method before) comment(# redefining a new one, using the `alias' keyword) reserved(def) method(foo)operator(;) ident(puts) string<delimiter(')content(foo)delimiter(')>operator(;) reserved(end) -reserved(alias) ident(foo_orig) ident(foo) +reserved(alias) method(foo_orig) method(foo) reserved(def) method(foo)operator(;) ident(puts) string<delimiter(')content(bar)delimiter(')>operator(;) reserved(end) ident(foo_orig) ident(foo) |
