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 multiline comments not rendering correctly at CLI. (#850)
This PR fixes a bug where a multi-line comment or message written to
`stderr` would only have its first line in grey and would not write
atomically, resulting in odd/incorrect output. All messages generated by
a test event are now written to `stderr` atomically.
Resolves rdar://134519515.
### 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.
0 commit comments