Skip to content

Commit

Permalink
[Truffle] Tagged failing String#splice specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Mar 22, 2015
1 parent 2614e49 commit ec92800
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/truffle/tags/core/string/slice_tags.txt
Expand Up @@ -31,3 +31,8 @@ fails:String#slice! with String doesn't set $~
fails:String#slice! with String returns a subclass instance when given a subclass instance
fails:String#slice! with Regexp, index accepts a Float for capture index
fails:String#slice! with Regexp, index calls #to_int to convert an Object to capture index
fails:String#slice with index, length returns nil if the offset falls outside of self
fails:String#slice with index, length returns nil if the length is negative
fails:String#slice with index, length handles repeated application
fails:String#slice! with index, length returns nil if the given position is out of self
fails:String#slice! with index, length returns nil if the length is negative

0 comments on commit ec92800

Please sign in to comment.