-
-
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] Implemented most of Enconding::Converter#putback by way of …
…the 'encoding_converter_putback' primitive.
- Loading branch information
Showing
2 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
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#putback returns a String | ||
fails:Encoding::Converter#putback returns a String in the source encoding | ||
fails:Encoding::Converter#putback returns the bytes buffered due to an :invalid_byte_sequence error | ||
fails:Encoding::Converter#putback allows conversion to be resumed after an :invalid_byte_sequence | ||
fails:Encoding::Converter#putback returns an empty String when there are no more bytes to put back | ||
fails:Encoding::Converter#putback accepts an integer argument corresponding to the number of bytes to be put back |
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