aboutsummaryrefslogtreecommitdiff
path: root/php/tests/proto/test.proto
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2017-08-22 18:39:34 -0700
committerGitHub <noreply@github.com>2017-08-22 18:39:34 -0700
commitc44c3af2bcbb59fd2b2fd60b247429a2c19ec02b (patch)
tree60c2dfa7bb140617cddfdf11a7259039b0a627dc /php/tests/proto/test.proto
parent7a431378317cb90fe701d56a633eca45dab40e94 (diff)
parent30681c757820bfdf063a41ad749f88552e21dcef (diff)
downloadprotobuf-c44c3af2bcbb59fd2b2fd60b247429a2c19ec02b.tar.gz
protobuf-c44c3af2bcbb59fd2b2fd60b247429a2c19ec02b.tar.bz2
protobuf-c44c3af2bcbb59fd2b2fd60b247429a2c19ec02b.zip
Merge pull request #3548 from google/3.4.x
Merge fixes from 3.4.x into master
Diffstat (limited to 'php/tests/proto/test.proto')
-rw-r--r--php/tests/proto/test.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/php/tests/proto/test.proto b/php/tests/proto/test.proto
index a90f3d1d..56cba446 100644
--- a/php/tests/proto/test.proto
+++ b/php/tests/proto/test.proto
@@ -192,3 +192,10 @@ message TestReverseFieldOrder {
repeated int32 a = 2;
string b = 1;
}
+
+message testLowerCaseMessage {
+}
+
+enum testLowerCaseEnum {
+ VALUE = 0;
+}