-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Labels
documentation📚 Improvements or additions to documentation📚 Improvements or additions to documentationenhancementNew feature or requestNew feature or requestraw-identifiers🧅 Support for raw identifiers🧅 Support for raw identifiers
Milestone
Description
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`() { ... }
soapyfrog
Metadata
Metadata
Assignees
Labels
documentation📚 Improvements or additions to documentation📚 Improvements or additions to documentationenhancementNew feature or requestNew feature or requestraw-identifiers🧅 Support for raw identifiers🧅 Support for raw identifiers