/spec/tags/core/string/replace_tags.txt
Plain Text | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | cdeb6507369bb55741aa6e134acd4bb9 MD5 | raw file
Possible License(s): LGPL-2.1
1fails:String#replace replaces the taint status of self with that of other 2fails:String#replace raises a RuntimeError on a frozen instance that is modified 3fails:String#replace raises a RuntimeError on a frozen instance that would not be modified 4fails:String#replace taints self if other is tainted 5fails:String#replace untrusts self if other is untrusted 6fails:String#replace does not trust self if other is trusted 7fails:String#replace raises a RuntimeError on a frozen instance when self-replacing