File tree Expand file tree Collapse file tree
spec/truffle/tags/core/string Expand file tree Collapse file tree 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
31fails:String#<< taints self if other is tainted
42fails:String#<< untrusts self if other is untrusted
53fails: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
1111fails:String#gsub with pattern and replacement untrusts the result if the original string or replacement is untrusted
1212fails:String#gsub with pattern and replacement tries to convert pattern to a string using to_str
1313fails: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
1514fails:String#gsub with pattern and replacement sets $~ to MatchData of last match and nil when there's none
1615fails: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
1716fails: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