aboutsummaryrefslogtreecommitdiff
path: root/ruby/tests/test_import.proto
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-07-25 00:29:47 -0700
committerJosh Haberman <jhaberman@gmail.com>2016-07-25 15:16:23 -0700
commit6d92233e726bb8ab8154229b7c9df74473eb06a1 (patch)
treeaa3e962a9e7d563bc1a98b6e411ab0744ee618a2 /ruby/tests/test_import.proto
parent6cab568e0b7fad2abe09b2202b4ca467ae31ee08 (diff)
downloadprotobuf-6d92233e726bb8ab8154229b7c9df74473eb06a1.tar.gz
protobuf-6d92233e726bb8ab8154229b7c9df74473eb06a1.tar.bz2
protobuf-6d92233e726bb8ab8154229b7c9df74473eb06a1.zip
Added unit test for PascalCasing package names in Ruby.
Diffstat (limited to 'ruby/tests/test_import.proto')
-rw-r--r--ruby/tests/test_import.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/ruby/tests/test_import.proto b/ruby/tests/test_import.proto
new file mode 100644
index 00000000..230484ee
--- /dev/null
+++ b/ruby/tests/test_import.proto
@@ -0,0 +1,5 @@
+syntax = "proto3";
+
+package foo_bar;
+
+message TestImportedMessage {}