-
-
Notifications
You must be signed in to change notification settings - Fork 922
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Truffle] Untagged a bunch of Encoding and Encoding::Converter specs.
- Loading branch information
Showing
8 changed files
with
0 additions
and
23 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
spec/truffle/tags/core/encoding/converter/asciicompat_encoding_tags.txt
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,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 |
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
1 change: 0 additions & 1 deletion
1
spec/truffle/tags/core/encoding/converter/search_convpath_tags.txt
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
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
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
spec/truffle/tags/core/encoding/invalid_byte_sequence_error/incomplete_input_tags.txt
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,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 |
This file was deleted.
Oops, something went wrong.