We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 8744329 commit 9f222f5Copy full SHA for 9f222f5
spec/corelib/regexp/match_spec.rb
spec/filters/bugs/regexp.rb
@@ -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
@@ -265,6 +265,8 @@ core/time/friday_spec
265
core/time/saturday_spec
266
core/time/strftime_spec
267
268
+core/regexp/match_spec
269
+
270
language/alias_spec
271
language/and_spec
272
language/array_spec
0 commit comments