This patch makes the { in msg_field{field: OK} in a proto option scope be
treated as an assignment operator. Previosly the added test case was formatted
as:
option (MyProto.options) = { field_a: OK field_b{field_c: OK} field_d: OKOKOK field_e: OK }