firmware/extra/nanopb/tests/extra_fields/person_with_extra_field.expected
Patrick Moessler 0c83634f42 Initial commit
2019-10-13 00:37:11 +02:00

14 lines
180 B
Text

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
}