OlderDiff < 20110331T192134Z < ThisDiff > 20110401T204342Z > NewerDiff
COMMIT [Charles Oliver Nutter] Add spec for each_line (and friends) with no separator argument. COMMIT [Charles Oliver Nutter] Add specs for ENV always producing frozen strings in locale encoding, regardless of incoming. =================================================================== +++ 20110401T204342Z @@ 13213 @@ ENV.[] - returns the specified environment variable - returns nil if the variable isn't found +- returns only frozen values /Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/env/element_set_spec.rb ENV.[]= @@ 20946 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/string/each_codepoint_spec.rb /Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/string/each_line_spec.rb String#each_line +- splits using default newline separator when none is specified - splits self using the supplied record separator and passes each substring to the block - taints substrings that are passed to the block if self is tainted - passes self as a whole to the block if the separator is nil @@ 20962 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/string/each_spec.rb String#each +- splits using default newline separator when none is specified - splits self using the supplied record separator and passes each substring to the block - taints substrings that are passed to the block if self is tainted - passes self as a whole to the block if the separator is nil @@ 21296 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/string/lines_spec.rb String#lines +- splits using default newline separator when none is specified - splits self using the supplied record separator and passes each substring to the block - taints substrings that are passed to the block if self is tainted - passes self as a whole to the block if the separator is nil @@ 42010 @@ ENV.[] - returns the specified environment variable - returns nil if the variable isn't found +- returns only frozen values Finished in <t> seconds @@ 58694 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/string/each_line_spec.rb String#each_line +- splits using default newline separator when none is specified - splits self using the supplied record separator and passes each substring to the block - taints substrings that are passed to the block if self is tainted - passes self as a whole to the block if the separator is nil @@ 58718 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/string/each_spec.rb String#each +- splits using default newline separator when none is specified - splits self using the supplied record separator and passes each substring to the block - taints substrings that are passed to the block if self is tainted - passes self as a whole to the block if the separator is nil @@ 59329 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/string/lines_spec.rb String#lines +- splits using default newline separator when none is specified - splits self using the supplied record separator and passes each substring to the block - taints substrings that are passed to the block if self is tainted - passes self as a whole to the block if the separator is nil
OlderDiff < 20110331T192134Z < ThisDiff > 20110401T204342Z > NewerDiff