-
Notifications
You must be signed in to change notification settings - Fork 464
Wrap the characters mentioned in the descriptions of TriviaPieces in backticks
#3186
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
base: main
Are you sure you want to change the base?
Conversation
|
@swift-ci Please test |
| ), | ||
|
|
||
| // Swift don't support form feed '\f' so we use the raw unicode | ||
| // Swift don`t support form feed `\f` so we use the raw unicode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // Swift don`t support form feed `\f` so we use the raw unicode | |
| // Swift doesn't support form feed `\f` so we use the raw unicode |
| ), | ||
|
|
||
| // Swift don't support vertical tab '\v' so we use the raw unicode | ||
| // Swift don`t support vertical tab `\v` so we use the raw unicode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // Swift don`t support vertical tab `\v` so we use the raw unicode | |
| // Swift doesn't support vertical tab `\v` so we use the raw unicode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, good catch, thank you @ole 🙏🏽
f7d7501 to
0320d1e
Compare
|
@swift-ci Please test |
|
@swift-ci Please test Windows |
Fixes #3185