-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GR-18163] Add Exception#detailed_message
PullRequest: truffleruby/4004
- Loading branch information
Showing
7 changed files
with
118 additions
and
42 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 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,7 +1 @@ | ||
fails:Exception#detailed_message returns decorated message | ||
fails:Exception#detailed_message accepts highlight keyword argument and adds escape control sequences | ||
fails:Exception#detailed_message allows and ignores other keyword arguments | ||
fails:Exception#detailed_message returns just a message if exception class is anonymous | ||
fails:Exception#detailed_message returns 'unhandled exception' for an instance of RuntimeError with empty message | ||
fails:Exception#detailed_message returns just class name for an instance of RuntimeError sublass with empty message | ||
fails:Exception#detailed_message returns a generated class name for an instance of RuntimeError anonymous subclass with empty message |
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