-
-
Notifications
You must be signed in to change notification settings - Fork 921
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Truffle] Pass a lot more of String#byteslice.
- Loading branch information
Showing
2 changed files
with
46 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
fails:String#byteslice returns nil if index is outside of self | ||
fails:String#byteslice calls to_int on the given index | ||
fails:String#byteslice with index, length returns nil if the offset falls outside of self | ||
fails:String#byteslice with index, length returns nil if the length is negative | ||
fails:String#byteslice with index, length calls to_int on the given index and the given length | ||
fails:String#byteslice with index, length returns subclass instances | ||
fails:String#byteslice with index, length handles repeated application | ||
fails:String#byteslice with Range returns subclass instances | ||
fails:String#byteslice with Range calls to_int on range arguments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters