Skip to content

Commit 25f9855

Browse files
Add test case from issue
1 parent 68beff1 commit 25f9855

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/data/uncommon.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,11 @@ service Test6 { option (custom).bar = "";
8282
rpc DoSomethingElse( stream DoSomethingRequest ) returns (DoSomethingResponse); /// post
8383
rpc DoSomethingEntirelyDifferent(DoSomethingRequest ) returns ( stream DoSomethingResponse ); /// post
8484
};
85+
86+
message Test7 {
87+
repeated group RepeatedGroup = 1 {
88+
optional string id = 2;
89+
reserved 3;
90+
optional string info = 4;
91+
}
92+
}

0 commit comments

Comments
 (0)