Skip to content

Commit 0c6fedc

Browse files
committed
[Truffle] Untagged specs passing now due to some improvements in jcodings.
1 parent 8387536 commit 0c6fedc

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
fails(inherited):Encoding#dummy? returns true for dummy encodings
21
windows:Encoding#dummy? returns true for dummy encodings

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

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ fails:String#encode when passed to, from, options calls #to_str to convert the f
55
fails:String#encode when passed to, from, options calls #to_hash to convert the options object
66
fails:String#encode given the :xml => :text option replaces undefined characters with their upper-case hexadecimal numeric character references
77
fails:String#encode given the :xml => :attr option replaces undefined characters with their upper-case hexadecimal numeric character references
8-
fails:String#encode! when passed to encoding transcodes Japanese multibyte characters
98
fails:String#encode! when passed to, options replaces invalid characters in the destination encoding
109
fails:String#encode! when passed to, from, options replaces invalid characters in the destination encoding
1110
fails:String#encode! when passed to, from, options calls #to_str to convert the to object to an encoding
1211
fails:String#encode! when passed to, from, options calls #to_str to convert the from object to an encoding
1312
fails:String#encode! when passed to, from, options calls #to_hash to convert the options object
1413
fails:String#encode! given the :xml => :text option replaces undefined characters with their upper-case hexadecimal numeric character references
1514
fails:String#encode! given the :xml => :attr option replaces undefined characters with their upper-case hexadecimal numeric character references
16-
fails:String#encode when passed to encoding transcodes Japanese multibyte characters

0 commit comments

Comments
 (0)