-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
ferrmin/go
#113Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Milestone
Description
What did you do?
- Carefully read through https://golang.org/ref/spec#Rune_literals.
What did you expect to see?
- The Unicode code points around the text "alert or bell" should be sorted.
- The Unicode code points around the text "alert or bell" should either use uppercase or lowercase hexadecimal digits.
What did you see instead?
- There ordering of the code points is not apparent. It is neither alphabetical nor by code point nor "vertical first, then horizontal".
- U+000D is uppercase, U+000b is lowercase.
These inconsistencies are not critical in any way, I just wondered whether there was some reason for this inconsistency and for ordering the code points in exactly this way.
Metadata
Metadata
Assignees
Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.