Skip to content

Commit fff7c51

Browse files
committed
Create issue42.proto
1 parent c09ea4d commit fff7c51

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

example/protos/v3/issue42.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
syntax = "proto3";
2+
package example;
3+
4+
message Msg42a {
5+
bytes test = 1[default="aaaa \" dddd"];
6+
}
7+
8+
message Msg42b {
9+
10+
}

0 commit comments

Comments
 (0)