Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: third_party/protobuf/objectivec/Tests/text_format_unittest_data.txt

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/protobuf/objectivec/Tests/text_format_unittest_data.txt
diff --git a/third_party/protobuf/src/google/protobuf/testdata/text_format_unittest_data.txt b/third_party/protobuf/objectivec/Tests/text_format_unittest_data.txt
similarity index 90%
copy from third_party/protobuf/src/google/protobuf/testdata/text_format_unittest_data.txt
copy to third_party/protobuf/objectivec/Tests/text_format_unittest_data.txt
index bbe5882634493ba89b40a41bed50cd413dc00ccb..d10f10006aef76de57a733d37e427e1aac145b2e 100644
--- a/third_party/protobuf/src/google/protobuf/testdata/text_format_unittest_data.txt
+++ b/third_party/protobuf/objectivec/Tests/text_format_unittest_data.txt
@@ -12,7 +12,7 @@ optional_float: 111
optional_double: 112
optional_bool: true
optional_string: "115"
-optional_bytes: "116"
+optional_bytes: "\001\000\002\003\000\005"
OptionalGroup {
a: 117
}
@@ -30,12 +30,6 @@ optional_foreign_enum: FOREIGN_BAZ
optional_import_enum: IMPORT_BAZ
optional_string_piece: "124"
optional_cord: "125"
-optional_public_import_message {
- e: 126
-}
-optional_lazy_message {
- bb: 127
-}
repeated_int32: 201
repeated_int32: 301
repeated_int64: 202
@@ -60,12 +54,12 @@ repeated_float: 211
repeated_float: 311
repeated_double: 212
repeated_double: 312
-repeated_bool: true
repeated_bool: false
+repeated_bool: true
repeated_string: "215"
repeated_string: "315"
-repeated_bytes: "216"
-repeated_bytes: "316"
+repeated_bytes: "\330\000\000\000"
+repeated_bytes: "<\001\000\000"
RepeatedGroup {
a: 217
}
@@ -90,22 +84,16 @@ repeated_import_message {
repeated_import_message {
d: 320
}
-repeated_nested_enum: BAR
repeated_nested_enum: BAZ
-repeated_foreign_enum: FOREIGN_BAR
+repeated_nested_enum: BAR
repeated_foreign_enum: FOREIGN_BAZ
-repeated_import_enum: IMPORT_BAR
+repeated_foreign_enum: FOREIGN_BAR
repeated_import_enum: IMPORT_BAZ
+repeated_import_enum: IMPORT_BAR
repeated_string_piece: "224"
repeated_string_piece: "324"
repeated_cord: "225"
repeated_cord: "325"
-repeated_lazy_message {
- bb: 227
-}
-repeated_lazy_message {
- bb: 327
-}
default_int32: 401
default_int64: 402
default_uint32: 403
@@ -120,7 +108,7 @@ default_float: 411
default_double: 412
default_bool: false
default_string: "415"
-default_bytes: "416"
+default_bytes: "\240\001\000\000"
default_nested_enum: FOO
default_foreign_enum: FOREIGN_FOO
default_import_enum: IMPORT_FOO

Powered by Google App Engine
This is Rietveld 408576698