From ec08216346b0d73b9118dbf498cff675924d40b0 Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 18 Oct 2006 10:28:21 +0000 Subject: 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 --- test/scanners/ruby/example.expected.raydebug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scanners/ruby/example.expected.raydebug') 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) -- cgit v1.2.1