-
-
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] Filled in more Encoding::Converter functionality.
- Loading branch information
Showing
8 changed files
with
7,701 additions
and
54 deletions.
There are no files selected for viewing
26 changes: 0 additions & 26 deletions
26
spec/truffle/tags/core/encoding/converter/constants_tags.txt
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
fails:Encoding::Converter#inspect needs to be reviewed for spec completeness | ||
fails:Encoding::Converter#inspect includes the source and destination encodings in the return value |
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
spec/truffle/tags/core/encoding/converter/replacement_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,8 +1,2 @@ | ||
fails:Encoding::Converter#replacement returns '?' in US-ASCII when the destination encoding is not UTF-8 | ||
fails:Encoding::Converter#replacement returns \uFFFD when the destination encoding is UTF-8 | ||
fails:Encoding::Converter#replacement= accepts a String argument | ||
fails:Encoding::Converter#replacement= accepts a String argument of arbitrary length | ||
fails:Encoding::Converter#replacement= raises a TypeError if assigned a non-String argument | ||
fails:Encoding::Converter#replacement= sets #replacement | ||
fails:Encoding::Converter#replacement= raises an UndefinedConversionError is the argument cannot be converted into the destination encoding | ||
fails:Encoding::Converter#replacement= does not change the replacement character if the argument cannot be converted into the destination encoding |
2 changes: 0 additions & 2 deletions
2
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
Oops, something went wrong.