| commit | 2d0862131c9bf465bc8ccdb4fc2ddf3eee75f847 | [log] [tgz] |
|---|---|---|
| author | tison <wander4096@gmail.com> | Thu Sep 29 04:32:16 2022 +0800 |
| committer | GitHub <noreply@github.com> | Wed Sep 28 16:32:16 2022 -0400 |
| tree | ca711e34f2b3a07ac85b7662a7fd04e43c4b3580 | |
| parent | 3be642b71ec35d01af94b639faa306d7add97f92 [diff] [blame] |
Auto capitalize enums name in Ruby (#10454) This closes #1965.
diff --git a/ruby/tests/generated_code.proto b/ruby/tests/generated_code.proto index bfdfa5a..5f017ba 100644 --- a/ruby/tests/generated_code.proto +++ b/ruby/tests/generated_code.proto
@@ -67,6 +67,8 @@ A = 1; B = 2; C = 3; + + v0 = 4; } message testLowercaseNested {