/spec/tags/core/string/replace_tags.txt
http://github.com/MagLev/maglev · Plain Text · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · cdeb6507369bb55741aa6e134acd4bb9 MD5 · raw file
- fails:String#replace replaces the taint status of self with that of other
- fails:String#replace raises a RuntimeError on a frozen instance that is modified
- fails:String#replace raises a RuntimeError on a frozen instance that would not be modified
- fails:String#replace taints self if other is tainted
- fails:String#replace untrusts self if other is untrusted
- fails:String#replace does not trust self if other is trusted
- fails:String#replace raises a RuntimeError on a frozen instance when self-replacing