Fix bugs in proto3 mode encoding of submessages (#256)
[apps/agl-service-can-low-level.git] / tests / extra_fields / person_with_extra_field.expected
1 name: "Test Person 99"
2 id: 99
3 email: "test@person.com"
4 phone {
5   number: "555-12345678"
6   type: MOBILE
7 }
8 phone {
9   number: "99-2342"
10 }
11 phone {
12   number: "1234-5678"
13   type: WORK
14 }