COMMIT Added encoding comment. http://github.com/rubyspec/rubyspec/commit/efdac535293850422980e0b8999436f929776063 --- 20090514T081557 +++ 20090515T081624 @@ -1,16967 +1,16966 @@ - returns self as a symbol literal for :"." - returns self as a symbol literal for :$\ - returns self as a symbol literal for :>= -- returns self as a symbol literal for :@ruby - returns self as a symbol literal for :$+ - returns self as a symbol literal for :` - returns self as a symbol literal for :" " @@ -16982,6 +16981,7 @@ - returns self as a symbol literal for :"," - returns self as a symbol literal for :>> - returns self as a symbol literal for :~ +- returns self as a symbol literal for :@ruby - returns self as a symbol literal for :$' - returns self as a symbol literal for :" foo" - returns self as a symbol literal for :[]= @@ -26443,8 +26443,7 @@ ) The throw keyword raises a name error if outside of scope of a matching catch FAILED -Expected NameError -but got ThreadError (uncaught throw `test' in thread 0xXXXXXXX) +Expected NameError but got ThreadError (uncaught throw `test' in thread 0xXXXXXX) /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/expectations/should.rb:7:in `should' /home/chkbuild/tmp/build/ruby-1.8//rubyspec/language/throw_spec.rb:57 @@ -26925,8 +26924,7 @@ ) Kernel.throw raises NameError if there is no catch block for the symbol FAILED -Expected NameError -but got ThreadError (uncaught throw `blah' in thread 0xXXXXXXX) +Expected NameError but got ThreadError (uncaught throw `blah' in thread 0xXXXXXX) /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/expectations/should.rb:7:in `should' /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/kernel/throw_spec.rb:45