mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,
test/ruby/test_unicode_escape.rb, test/scanf/test_scanf.rb, test/rss/rss-assertions.rb: fix indentation to remove warning. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
952385b712
commit
46321a9a31
40 changed files with 2198 additions and 2192 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Wed Oct 1 22:43:59 2008 Yusuke Endoh <mame@tsg.ne.jp>
|
||||||
|
|
||||||
|
* lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,
|
||||||
|
test/ruby/test_unicode_escape.rb, test/scanf/test_scanf.rb,
|
||||||
|
test/rss/rss-assertions.rb: fix indentation to remove warning.
|
||||||
|
|
||||||
Wed Oct 1 21:36:35 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Wed Oct 1 21:36:35 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* gc.c (rb_gc_call_finalizer_at_exit): finalize deferred IO and Data.
|
* gc.c (rb_gc_call_finalizer_at_exit): finalize deferred IO and Data.
|
||||||
|
|
|
@ -422,7 +422,7 @@ module REXML
|
||||||
# TODO: Special case for :or and :and -- not evaluate the right
|
# TODO: Special case for :or and :and -- not evaluate the right
|
||||||
# operand if the left alone determines result (i.e. is true for
|
# operand if the left alone determines result (i.e. is true for
|
||||||
# :or and false for :and).
|
# :or and false for :and).
|
||||||
when :eq, :neq, :lt, :lteq, :gt, :gteq, :and, :or
|
when :eq, :neq, :lt, :lteq, :gt, :gteq, :or
|
||||||
left = expr( path_stack.shift, nodeset.dup, context )
|
left = expr( path_stack.shift, nodeset.dup, context )
|
||||||
#puts "LEFT => #{left.inspect} (#{left.class.name})"
|
#puts "LEFT => #{left.inspect} (#{left.class.name})"
|
||||||
right = expr( path_stack.shift, nodeset.dup, context )
|
right = expr( path_stack.shift, nodeset.dup, context )
|
||||||
|
|
Loading…
Add table
Reference in a new issue