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: d8f39a5fc1f3
Choose a base ref
...
head repository: opal/opal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8097548d56d7
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 30, 2013

  1. Copy the full SHA
    53a0f19 View commit details
  2. Copy the full SHA
    8097548 View commit details
Showing with 6 additions and 25 deletions.
  1. +0 −7 spec/corelib/string/empty_spec.rb
  2. +0 −9 spec/corelib/string/length_spec.rb
  3. +0 −9 spec/corelib/string/size_spec.rb
  4. +2 −0 spec/filters/bugs/string.rb
  5. +4 −0 spec/rubyspecs
7 changes: 0 additions & 7 deletions spec/corelib/string/empty_spec.rb

This file was deleted.

9 changes: 0 additions & 9 deletions spec/corelib/string/length_spec.rb

This file was deleted.

9 changes: 0 additions & 9 deletions spec/corelib/string/size_spec.rb

This file was deleted.

2 changes: 2 additions & 0 deletions spec/filters/bugs/string.rb
Original file line number Diff line number Diff line change
@@ -5,4 +5,6 @@
fails "String#lines should split on the default record separator and return enumerator if not block is given"

fails "String#upcase is locale insensitive (only replaces a-z)"
fails "String#size returns the length of self"
fails "String#length returns the length of self"
end
4 changes: 4 additions & 0 deletions spec/rubyspecs
Original file line number Diff line number Diff line change
@@ -224,6 +224,10 @@ core/matchdata/to_a_spec
core/range/begin_spec
core/range/end_spec

core/string/empty_spec
core/string/include_spec
core/string/length_spec
core/string/size_spec
core/string/swapcase_spec
core/string/to_str_spec
core/string/to_s_spec