Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opal/opal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bd47064fefc2
Choose a base ref
...
head repository: opal/opal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 36fff48912be
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 4, 2015

  1. Copy the full SHA
    a7a6ff0 View commit details
  2. Merge pull request #980 from vais/string-split

    Update to latest RubySpec and run the new String#split specs
    elia committed Jul 4, 2015
    Copy the full SHA
    36fff48 View commit details
Showing with 2 additions and 4 deletions.
  1. +0 −2 spec/filters/bugs/string.rb
  2. +1 −1 spec/rubyspec
  3. +1 −1 test/cruby
2 changes: 0 additions & 2 deletions spec/filters/bugs/string.rb
Original file line number Diff line number Diff line change
@@ -60,8 +60,6 @@
fails "String#getbyte starts indexing at 0"
fails "String#slice with Range calls to_int on range arguments"
fails "String#split with Regexp includes all captures in the result array"
fails "String#split with Regexp returns the original string if no matches are found"
fails "String#split with String returns the original string if no matches are found"
fails "String#to_c returns a Complex object"
fails "String#to_c returns a complex number with 0 as the real part, 0 as the imaginary part for unrecognised Strings"
fails "String#to_c understands 'a+bi' to mean a complex number with 'a' as the real part, 'b' as the imaginary"
2 changes: 1 addition & 1 deletion spec/rubyspec