Skip to content

Conversation

grynspan
Copy link
Contributor

@grynspan grynspan commented Jun 23, 2025

Resolves #1167.

Checklist:

  • Code and documentation should follow the style of the Style Guide.
  • If public symbols are renamed or modified, DocC references should be updated.

@grynspan grynspan added this to the Swift 6.x milestone Jun 23, 2025
@grynspan grynspan self-assigned this Jun 23, 2025
@grynspan grynspan added bug 🪲 Something isn't working macros 🔭 Related to Swift macros such as @Test or #expect labels Jun 23, 2025
@grynspan
Copy link
Contributor Author

@swift-ci test

@grynspan
Copy link
Contributor Author

@swift-ci test macOS

@grynspan
Copy link
Contributor Author

@swift-ci test

@grynspan grynspan merged commit a208154 into main Jun 25, 2025
3 checks passed
@grynspan grynspan deleted the jgrynspan/1167-raw-param-labels branch June 25, 2025 16:10
grynspan added a commit that referenced this pull request Jun 25, 2025
…label. (#1168)

Resolves #1167.

### 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.
@grynspan grynspan added the parameterized-testing Related to parameterized testing functionality label Jun 25, 2025
@grynspan grynspan added the raw-identifiers 🧅 Support for raw identifiers label Jun 25, 2025
grynspan added a commit that referenced this pull request Jun 25, 2025
…meter label. (#1173)

- **Explanation**: Fixes parsing of function names to preserve backticks
for raw parameter labels.
- **Scope**: `@Test` macro and parameterized tests.
- **Issues**: #1167
- **Original PRs**: #1168
- **Risk**: No obvious risk.
- **Testing**: Standard CI jobs should verify the fix.
- **Reviewers**: @briancroom @stmontgomery @hamishknight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working macros 🔭 Related to Swift macros such as @Test or #expect parameterized-testing Related to parameterized testing functionality raw-identifiers 🧅 Support for raw identifiers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Raw identifiers not supported as argument labels for @Test functions
2 participants