Skip to content

Commit

Permalink
[Truffle] Untagged specs passing now due to some improvements in jcod…
Browse files Browse the repository at this point in the history
…ings.
  • Loading branch information
nirvdrum committed Mar 30, 2015
1 parent 8387536 commit 0c6fedc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion spec/truffle/tags/core/encoding/dummy_tags.txt
@@ -1,2 +1 @@
fails(inherited):Encoding#dummy? returns true for dummy encodings
windows:Encoding#dummy? returns true for dummy encodings
1 change: 0 additions & 1 deletion spec/truffle/tags/core/string/delete_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/string/encode_tags.txt
Expand Up @@ -5,12 +5,10 @@ fails:String#encode when passed to, from, options calls #to_str to convert the f
fails:String#encode when passed to, from, options calls #to_hash to convert the options object
fails:String#encode given the :xml => :text option replaces undefined characters with their upper-case hexadecimal numeric character references
fails:String#encode given the :xml => :attr option replaces undefined characters with their upper-case hexadecimal numeric character references
fails:String#encode! when passed to encoding transcodes Japanese multibyte characters
fails:String#encode! when passed to, options replaces invalid characters in the destination encoding
fails:String#encode! when passed to, from, options replaces invalid characters in the destination encoding
fails:String#encode! when passed to, from, options calls #to_str to convert the to object to an encoding
fails:String#encode! when passed to, from, options calls #to_str to convert the from object to an encoding
fails:String#encode! when passed to, from, options calls #to_hash to convert the options object
fails:String#encode! given the :xml => :text option replaces undefined characters with their upper-case hexadecimal numeric character references
fails:String#encode! given the :xml => :attr option replaces undefined characters with their upper-case hexadecimal numeric character references
fails:String#encode when passed to encoding transcodes Japanese multibyte characters

0 comments on commit 0c6fedc

Please sign in to comment.