File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
fails:IO#gets transcodes to internal encoding if the IO object's external encoding is ASCII-8BIT
2
2
fails:IO#gets when passed chomp returns the first line without a trailing newline character
3
+ fails:IO#gets transcodes to internal encoding if the IO object's external encoding is BINARY
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ fails:Random.bytes returns a String
2
2
fails:Random.bytes returns a String of the length given as argument
3
3
fails:Random.bytes returns an ASCII-8BIT String
4
4
fails:Random.bytes returns a random binary String
5
+ fails:Random.bytes returns a binary String
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ fails:Random.urandom returns a String of the length given as argument
3
3
fails:Random.urandom raises an ArgumentError on a negative size
4
4
fails:Random.urandom returns an ASCII-8BIT String
5
5
fails:Random.urandom returns a random binary String
6
+ fails:Random.urandom returns a binary String
Original file line number Diff line number Diff line change
1
+ fails:String#encode when passed options replaces invalid encoding
You can’t perform that action at this time.
0 commit comments