You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add JSON conformance test that a single value provided for a repeated field should parse fail.
This adds tests for both an object instead of an array for a repeated submessage field, and a number instead of an array for a repeated int32 field.
C++Proto fails both tests. Pure-PHP fails this test only for the numbers case.
PiperOrigin-RevId: 791266294
0 commit comments