Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add test protos from Google's offical encoding doc
  • Loading branch information
Geoffrey Broadwell committed Nov 23, 2013
1 parent ef8832c commit 88ab375
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/data/google-docs/test1.proto
@@ -0,0 +1,3 @@
message Test1 {
required int32 a = 1;
}
3 changes: 3 additions & 0 deletions t/data/google-docs/test2.proto
@@ -0,0 +1,3 @@
message Test2 {
required string b = 2;
}
3 changes: 3 additions & 0 deletions t/data/google-docs/test3.proto
@@ -0,0 +1,3 @@
message Test3 {
required Test1 c = 3;
}
3 changes: 3 additions & 0 deletions t/data/google-docs/test4.proto
@@ -0,0 +1,3 @@
message Test4 {
repeated int32 d = 4 [packed=true];
}

0 comments on commit 88ab375

Please sign in to comment.