forked from jruby/jruby
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Last typeerror string mismatches for %c fixes
- Loading branch information
Showing
7 changed files
with
3 additions
and
15 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
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.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
fails(compiler):Kernel#sprintf passes some tests for negative %u | ||
fails:Kernel#sprintf other formats c raises TypeError if argument is nil | ||
fails:Kernel.sprintf other formats c raises TypeError if argument is nil | ||
fails:Kernel#sprintf %c raises error when a codepoint isn't representable in an encoding of a format string | ||
fails:Kernel.sprintf %c raises error when a codepoint isn't representable in an encoding of a format string |
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:String#% other formats c raises TypeError if argument is nil | ||
fails:String#% %c raises error when a codepoint isn't representable in an encoding of a format string |
This file was deleted.
Oops, something went wrong.