-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable Text format parser to skip unknown short-formed repeated fields.
The text format specs state that short formed repeated field should be valid. For example: ``` repeated_field: [{}, {}] ``` However, this was not supported when text format parser tries to skip **unknown fields**. PiperOrigin-RevId: 493085702
- Loading branch information
1 parent
d01a912
commit 6dbd413
Showing
1 changed file
with
55 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters