Skip to content

Commit

Permalink
[Truffle] Untagged a bunch of Encoding and Encoding::Converter specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Mar 26, 2015
1 parent 41abe45 commit 594ba7d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion spec/truffle/tags/core/encoding/aliases_tags.txt

This file was deleted.

@@ -1,6 +1 @@
fails:Encoding::Converter.asciicompat_encoding accepts an encoding name as a String argument
fails:Encoding::Converter.asciicompat_encoding coerces non-String/Encoding objects with #to_str
fails:Encoding::Converter.asciicompat_encoding accepts an Encoding object as an argument
fails:Encoding::Converter.asciicompat_encoding returns a corresponding ASCII compatible encoding for ASCII-incompatible encodings
fails:Encoding::Converter.asciicompat_encoding returns nil when the given encoding is ASCII compatible
fails:Encoding::Converter.asciicompat_encoding handles encoding names who resolve to nil encodings
1 change: 0 additions & 1 deletion spec/truffle/tags/core/encoding/converter/new_tags.txt
Expand Up @@ -2,7 +2,6 @@ fails:Encoding::Converter.new accepts a String for the source encoding
fails:Encoding::Converter.new accepts a String for the destination encoding
fails:Encoding::Converter.new accepts an Encoding object for the source encoding
fails:Encoding::Converter.new accepts an Encoding object for the destination encoding
fails:Encoding::Converter.new raises an Encoding::ConverterNotFoundError if both encodings are the same
fails:Encoding::Converter.new calls #to_str to convert the source encoding argument to an encoding name
fails:Encoding::Converter.new calls #to_str to convert the destination encoding argument to an encoding name
fails:Encoding::Converter.new sets replacement from the options Hash
Expand Down
@@ -1,6 +1,5 @@
fails:Encoding::Converter.search_convpath returns multiple encoding pairs when direct conversion is impossible
fails:Encoding::Converter.search_convpath indicates if crlf_newline conversion would occur
fails:Encoding::Converter.search_convpath raises an Encoding::ConverterNotFoundError if no conversion path exists
slow:Encoding::Converter.search_convpath returns an Array
slow:Encoding::Converter.search_convpath returns each encoding pair as a sub-Array
slow:Encoding::Converter.search_convpath returns each encoding as an Encoding object
Expand Down
1 change: 0 additions & 1 deletion spec/truffle/tags/core/encoding/default_external_tags.txt
@@ -1,4 +1,3 @@
fails:Encoding.default_external with command line options is not changed by the -U option
fails:Encoding.default_external= calls #to_s on arguments that are neither Strings nor Encodings
windows:Encoding.default_external with command line options returns the encoding specified by '-E external'
windows:Encoding.default_external with command line options returns the encoding specified by '-E external:'
Expand Down
9 changes: 0 additions & 9 deletions spec/truffle/tags/core/encoding/find_tags.txt

This file was deleted.

@@ -1,3 +1,2 @@
fails:Encoding::InvalidByteSequenceError#incomplete_input? returns nil by default
fails:Encoding::InvalidByteSequenceError#incomplete_input? returns true if #primitive_convert returned :incomplete_input for the same data
fails:Encoding::InvalidByteSequenceError#incomplete_input? returns false if #primitive_convert returned :invalid_byte_sequence for the same data
4 changes: 0 additions & 4 deletions spec/truffle/tags/core/encoding/names_tags.txt

This file was deleted.

0 comments on commit 594ba7d

Please sign in to comment.