Skip to content

Update documentation to discuss raw identifiers. #894

Open
@grynspan

Description

@grynspan

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`() { ... }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions