aboutsummaryrefslogtreecommitdiff
path: root/js/test.proto
diff options
context:
space:
mode:
Diffstat (limited to 'js/test.proto')
-rw-r--r--js/test.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/test.proto b/js/test.proto
index db238e1a..2be5b8c1 100644
--- a/js/test.proto
+++ b/js/test.proto
@@ -234,7 +234,9 @@ message TestEndsWithBytes {
optional bytes data = 2;
}
+
message TestMapFieldsNoBinary {
+
map<string, string> map_string_string = 1;
map<string, int32> map_string_int32 = 2;
map<string, int64> map_string_int64 = 3;
@@ -258,6 +260,7 @@ enum MapValueEnumNoBinary {
}
message MapValueMessageNoBinary {
+
optional int32 foo = 1;
}