[Yunq] Add basic test for repeated fields.
This commit is contained in:
parent
65e9fa1767
commit
27c39d05e8
5 changed files with 80 additions and 1 deletions
|
|
@ -13,3 +13,7 @@ message Types {
|
|||
message Cap {
|
||||
capability cap;
|
||||
}
|
||||
|
||||
message Repeated {
|
||||
repeated u64 unsigned_ints;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue