Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation to discuss raw identifiers. #894

Open
grynspan opened this issue Jan 7, 2025 · 0 comments
Open

Update documentation to discuss raw identifiers. #894

grynspan opened this issue Jan 7, 2025 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@grynspan
Copy link
Contributor

grynspan commented Jan 7, 2025

We need to update our documentation, especially around @Suite and @Test, to discuss raw identifiers in place of the displayName argument. In particular, where we currently recommend something like:

@Test("foo bar baz") func f() { ... }

We probably want to offer this instead:

@Test func `foo bar baz`() { ... }
@grynspan grynspan added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 7, 2025
@grynspan grynspan added this to the Swift 6.x milestone Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants