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: 7b223d43125d
Choose a base ref
...
head repository: opal/opal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: af81f71951cb
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 10, 2015

  1. Copy the full SHA
    68eda11 View commit details
  2. Copy the full SHA
    2bd82ef View commit details

Commits on Mar 11, 2015

  1. Merge pull request #738 from vais/windows

    String#intern and String#to_sym fully compliant with rubyspec
    elia committed Mar 11, 2015

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    af81f71 View commit details
Showing with 0 additions and 6 deletions.
  1. +0 −6 spec/filters/bugs/string.rb
6 changes: 0 additions & 6 deletions spec/filters/bugs/string.rb
Original file line number Diff line number Diff line change
@@ -57,9 +57,6 @@

fails "String#index raises a TypeError if passed a Symbol"

fails "String#intern does not special case certain operators"
fails "String#intern special cases +(binary) and -(binary)"

fails "String#lines accepts a string separator"
fails "String#lines should split on the default record separator and return enumerator if not block is given"
fails "String#lines splits using default newline separator when none is specified"
@@ -140,9 +137,6 @@

fails "String#to_str returns a new instance of String when called on a subclass"

fails "String#to_sym does not special case certain operators"
fails "String#to_sym special cases +(binary) and -(binary)"

fails "String#tr raises an ArgumentError a descending range in the replacement as containing just the start character"
fails "String#tr raises an ArgumentError a descending range in the source as empty"
fails "String#tr translates chars not in from_string when it starts with a ^"