Skip to content

Commit 9f222f5

Browse files
committedOct 30, 2013
Run regexp specs through rubyspec
1 parent 8744329 commit 9f222f5

File tree

3 files changed

+9
-95
lines changed

3 files changed

+9
-95
lines changed
 

‎spec/corelib/regexp/match_spec.rb

-95
This file was deleted.

‎spec/filters/bugs/regexp.rb

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
opal_filter "RegExp" do
2+
fails "Regexp#~ matches against the contents of $_"
3+
fails "Regexp#match when passed a block returns the block result"
4+
fails "Regexp#match when passed a block yields the MatchData"
5+
fails "Regexp#match uses the start as a character offset"
6+
fails "Regexp#match matches the input at a given position"
7+
end

‎spec/rubyspecs

+2
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ core/time/friday_spec
265265
core/time/saturday_spec
266266
core/time/strftime_spec
267267

268+
core/regexp/match_spec
269+
268270
language/alias_spec
269271
language/and_spec
270272
language/array_spec

0 commit comments

Comments
 (0)
Please sign in to comment.