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
Ensure trailing trivia is trimmed from @suite trait expressions (#778)
This ensures that if a `@Suite` includes one or more trait expression
which includes trailing trivia, such as a `//`-style line comment, it is
trimmed so that the macro expands to valid code.
Resolves#777
### 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