File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,9 @@ fails:Array#& creates an array with no duplicates
22fails:Array#& creates an array with elements in order they are first encountered
33fails:Array#& properly handles recursive arrays
44fails:Array#& determines equivalence between elements in the sense of eql?
5+ fails:Array#& does not call to_ary on array subclasses
6+ fails:Array#& does return subclass instances for Array subclasses
7+ fails:Array#& tries to convert the passed argument to an Array using #to_ary
8+ fails:Array#& tries to convert the passed argument to an Array using #to_ary
9+ fails:Array#& does not modify the original Array
10+ fails:Array#& creates an array with elements common to both arrays
Original file line number Diff line number Diff line change @@ -23,3 +23,4 @@ fails:String#split with Regexp taints an empty string if self is tainted
2323fails:String#split with Regexp retains the encoding of the source string
2424fails:String#split with Regexp splits a string on each character for a multibyte encoding and empty split
2525fails:String#split with Regexp returns an ArgumentError if an invalid UTF-8 string is supplied
26+ fails:String#split with Regexp doesn't taints the resulting strings if the Regexp is tainted
You can’t perform that action at this time.
0 commit comments