Files
nanopb/tests/extra_fields/person_with_extra_field.expected
2013-09-10 22:34:54 +03:00

15 lines
180 B
Plaintext

name: "Test Person 99"
id: 99
email: "test@person.com"
phone {
number: "555-12345678"
type: MOBILE
}
phone {
number: "99-2342"
}
phone {
number: "1234-5678"
type: WORK
}