Well, that’s interesting. I tried the text from your original post here and that reproduced the problem. Now consider this:
https://developer.apple.com/forums/thread/698055
https://developer.apple.com/forums/thread/698055
https://developer.apple.com/forums/thread/698055
Only the first one fails. That’s because the space at the end is a U+00A0 NO-BREAK SPACE. That seems to confuse the forums link parser.
[Update: Well blat! Try as I might I can’t actually manage to get DevForums to accept a non-breaking space. I can enter a non-breaking space into the editor but, when I copy the lines back out of the post, I get back a normal space. I’m not sure how you managed to create the code block in your first post. So, the example above doesn’t work. To get it to work, copy the first line into a text editor and replace the trailing space with a non-broking space (type option-Space).]
On the Mac it’s easy to insert non-breaking spaces by accidentally leave option pressed when you press space.
If you file a bug about this and then post the number, I’ll make sure the right folks see it.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"