/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

  1. fails:String#replace replaces the taint status of self with that of other
  2. fails:String#replace raises a RuntimeError on a frozen instance that is modified
  3. fails:String#replace raises a RuntimeError on a frozen instance that would not be modified
  4. fails:String#replace taints self if other is tainted
  5. fails:String#replace untrusts self if other is untrusted
  6. fails:String#replace does not trust self if other is trusted
  7. fails:String#replace raises a RuntimeError on a frozen instance when self-replacing