Closed
Description
The recent prototext change to support parsing numbers with whitespace between the minus sign and number (https://go.dev/cl/473015) has introduced a panic when parsing an incomplete number consisting of a -
, whitespace, and no further input.
For example, parsing this panics:
s_int32: - # trailing space after -
Metadata
Metadata
Assignees
Labels
No labels