Internal Change

PiperOrigin-RevId: 534969748
pull/12899/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 503d6914d5
commit 5299afa505
  1. 1
      src/google/protobuf/text_format_unittest.cc

@ -1183,6 +1183,7 @@ TEST_F(TextFormatTest, ParseShortRepeatedWithTrailingComma) {
parse_string = "repeated_nested_message: [ { bb: 1 }, ]";
ASSERT_FALSE(TextFormat::ParseFromString(parse_string, &proto_));
parse_string = "RepeatedGroup [{ a: 3 },]\n";
ASSERT_FALSE(TextFormat::ParseFromString(parse_string, &proto_));
}
TEST_F(TextFormatTest, ParseShortRepeatedEmpty) {

Loading…
Cancel
Save