Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some platforms already ignore the minus sign. The Unicode standard says
the minus sign should be ignored always.
(But always doing so would cause it to not properly get the only
negative numeric value character in Unicode; I have submitted a ticket
to Unicode about this. Nevertheless, it is in keeping with the letter
and spirit of the standard for the leading minus to be ignored for -0)
Note that -0 not being treated as legal was being tested for. This was the result of a fuzzing operation trying this out and getting assertion failures (#16867), and not because the old behavior was desired. When this P.R is merged, I'll open a ticket to create a new test for that failure. It's not immediately obvious to me, since it was generated by fuzzing.