Merge commit '36bca61764984ff5395653cf8377ec5daa71b709' as 'libs/protobuf'
This commit is contained in:
7
libs/protobuf/ruby/tests/test_ruby_package_proto2.proto
Normal file
7
libs/protobuf/ruby/tests/test_ruby_package_proto2.proto
Normal file
@@ -0,0 +1,7 @@
|
||||
syntax = "proto2";
|
||||
|
||||
package foo_bar_proto2;
|
||||
|
||||
option ruby_package = "A::B::Proto2";
|
||||
|
||||
message TestRubyPackageMessage {}
|
||||
Reference in New Issue
Block a user