Open
Description
Previous ID | SR-14811 |
Radar | rdar://79622922 |
Original Reporter | @kambala-decapitator |
Type | Bug |
Attachment: Download
Environment
Xcode 12.5.1
Additional Detail from JIRA
Votes | 0 |
Component/s | Foundation |
Labels | Bug |
Assignee | None |
Priority | Medium |
md5: b8793b57be863559335315fbbeefd21c
Issue Description:
The documentation comment says:
By default slashes get escaped ("/" → "\/", "http://apple.com/" → "http:\/\/apple.com\/")
But Xcode displays it without backslashes:
I believe using double backslash would fix it.
Update: Xcode 13.2.1 doesn't show this text at all, even though it still exists in the module description.