Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit ef9a3fa

Browse files
Generate a test for Any (#29)
1 parent 3ccf147 commit ef9a3fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/inputs/any/any.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
syntax = "proto3";
2+
3+
package any;
4+
5+
message Person {
6+
string first_name = 1;
7+
string last_name = 2;
8+
}

0 commit comments

Comments
 (0)