summaryrefslogtreecommitdiff
path: root/test/scanners/ruby/example.expected.raydebug
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-10-18 10:28:21 +0000
committermurphy <murphy@rubychan.de>2006-10-18 10:28:21 +0000
commitec08216346b0d73b9118dbf498cff675924d40b0 (patch)
tree8976acc19c2784e525a214f889be8b0cf841a6c9 /test/scanners/ruby/example.expected.raydebug
parent4666c2ced49f4b45f6106f0a9cb728c3f2fb1814 (diff)
downloadcoderay-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.raydebug2
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)