diff options
author | murphy <murphy@rubychan.de> | 2006-10-18 10:28:21 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-10-18 10:28:21 +0000 |
commit | ec08216346b0d73b9118dbf498cff675924d40b0 (patch) | |
tree | 8976acc19c2784e525a214f889be8b0cf841a6c9 /test/scanners/ruby/example.expected.raydebug | |
parent | 4666c2ced49f4b45f6106f0a9cb728c3f2fb1814 (diff) | |
download | coderay-ec08216346b0d73b9118dbf498cff675924d40b0.tar.gz |
Fixed warning in bench.rb.
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
Diffstat (limited to 'test/scanners/ruby/example.expected.raydebug')
-rw-r--r-- | test/scanners/ruby/example.expected.raydebug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scanners/ruby/example.expected.raydebug b/test/scanners/ruby/example.expected.raydebug index be68a13..e290d06 100644 --- a/test/scanners/ruby/example.expected.raydebug +++ b/test/scanners/ruby/example.expected.raydebug @@ -187,7 +187,7 @@ reserved(class) class(Set) ident(include) constant(Enumerable) comment(# Creates a new set containing the given objects.) - reserved(def) pre_constant(self)operator(.)operator([])operator(()operator(*)ident(ary)operator(\)) + reserved(def) pre_constant(self)operator(.)ident([])operator(()operator(*)ident(ary)operator(\)) ident(new)operator(()ident(ary)operator(\)) reserved(end) |