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-rspec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8da8712e846d
Choose a base ref
...
head repository: opal/opal-rspec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fa4a3c1e7b6c
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 1, 2013

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ac5aaf2 View commit details
  2. Copy the full SHA
    0b5ca3d View commit details
  3. Copy the full SHA
    cac0a21 View commit details
  4. Copy the full SHA
    fa4a3c1 View commit details
Showing with 0 additions and 729 deletions.
  1. +0 −10 README.md
  2. +0 −573 app/rspec/core/example_group.rb
  3. 0 app/rspec/core/project_initializer.rb
  4. +0 −146 app/rspec/core/shared_example_group.rb
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -48,21 +48,11 @@ opal has to include all dependencies into build.

### rspec/core/example_group.rb

* **line 434**: cannot parse heredoc as it uses EOS inline before string ends

* **line 547**: opal cannot use mutable strings (see opal/rspec/fixes.rb)

* **line 564**: opal cannot use mutable strings (see opal/rspec/fixes.rb). Also, opal
does not support 2 regexp special characters yet (`\A` and `\z`).

### rspec/core/project_initializer.rb

* **line 1**: opal cannot parse these heredocs (EOS used before last line of string)

### rspec/core/shared_example_group.rb

* **line 112**: opal cannot parse this heredoc

### rspec/core/shared_example_group/collection.rb

* **line 17**: opal cannot parse command call inside aref
Loading