Skip to content

Commit 6676880

Browse files
committed
[Truffle] Untagged a bunch of passing String specs.
1 parent 8299588 commit 6676880

File tree

5 files changed

+0
-46
lines changed

5 files changed

+0
-46
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
fails:String#codepoints raises an ArgumentError when self has an invalid encoding and a method is called on the returned Enumerator
22
fails:String#codepoints raises an ArgumentError if self's encoding is invalid and a block is given
3-
fails:String#codepoints returns one codepoint for each character
4-
fails:String#codepoints works for multibyte characters
5-
fails:String#codepoints returns the codepoint corresponding to the character's position in the String's encoding
6-
fails:String#codepoints round-trips to the original String using Integer#chr
73
fails:String#codepoints raises an ArgumentError when no block is given if self has an invalid encoding
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
fails:String#each_codepoint raises an ArgumentError when self has an invalid encoding and a method is called on the returned Enumerator
22
fails:String#each_codepoint raises an ArgumentError if self's encoding is invalid and a block is given
3-
fails:String#each_codepoint returns one codepoint for each character
4-
fails:String#each_codepoint works for multibyte characters
5-
fails:String#each_codepoint returns the codepoint corresponding to the character's position in the String's encoding
6-
fails:String#each_codepoint round-trips to the original String using Integer#chr

spec/truffle/tags/core/string/hex_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
fails:String#ord is equivalent to #codepoints.first
21
fails:String#ord raises an ArgumentError if called on an empty String

spec/truffle/tags/core/string/to_i_tags.txt

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)