File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
spec/truffle/tags/core/string Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1
- fails:String#<< converts the given argument to a String using to_str
2
- fails:String#<< raises a RuntimeError when self is frozen
3
1
fails:String#<< taints self if other is tainted
4
2
fails:String#<< untrusts self if other is untrusted
5
3
fails:String#<< with Integer concatencates the argument interpreted as a codepoint
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ fails:String#gsub with pattern and replacement taints the result if the original
11
11
fails:String#gsub with pattern and replacement untrusts the result if the original string or replacement is untrusted
12
12
fails:String#gsub with pattern and replacement tries to convert pattern to a string using to_str
13
13
fails:String#gsub with pattern and replacement tries to convert replacement to a string using to_str
14
- fails:String#gsub with pattern and replacement returns subclass instances when called on a subclass
15
14
fails:String#gsub with pattern and replacement sets $~ to MatchData of last match and nil when there's none
16
15
fails:String#gsub with pattern and Hash returns a copy of self with all occurrences of pattern replaced with the value of the corresponding hash key
17
16
fails:String#gsub with pattern and Hash ignores keys that don't correspond to matches
You can’t perform that action at this time.
0 commit comments