File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ fails:Complex#inspect calls #inspect on real and imaginary
2
+ fails:Complex#inspect adds an `*' before the `i' if the last character of the imaginary part is not numeric
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ fails(immutable regexp):Marshal.load for a Regexp loads a extended_user_regexp h
10
10
fails:Marshal.load when called with freeze: true when called with a proc call the proc with frozen objects
11
11
fails:Marshal.load for a Regexp restore the regexp instance variables
12
12
fails:Marshal.load for a Regexp loads a Regexp subclass instance variables when it is extended with a module
13
+ fails:Marshal.load for a String sets binmode if it is loading through StringIO stream
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ fails(immutable regexp):Marshal.restore for a Regexp loads a extended_user_regex
10
10
fails:Marshal.restore when called with freeze: true when called with a proc call the proc with frozen objects
11
11
fails:Marshal.restore for a Regexp restore the regexp instance variables
12
12
fails:Marshal.restore for a Regexp loads a Regexp subclass instance variables when it is extended with a module
13
+ fails:Marshal.restore for a String sets binmode if it is loading through StringIO stream
Original file line number Diff line number Diff line change
1
+ fails:Evaluation order during assignment with multiple assignment evaluates from left to right, receivers first then methods
2
+ fails:Evaluation order during assignment with multiple assignment can be used to swap variables with nested method calls
You can’t perform that action at this time.
0 commit comments