You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix crash in ConsoleOutputRecorder when an issue has a comment with an empty string (#1091)
This fixes a crash which can occur when recording an issue with a
comment whose string is empty. It also adds some test coverage of this
scenario and other "uncommon" comment examples.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
Fixes rdar://149482060
0 commit comments