SIGN IN SIGN UP

Protocol Buffers - Google's data interchange format

0 0 3 C++

Stop normalization of aggregate_value

By default the parser converts an aggregate value in an option like `[(my_opt) = {  a:   \n FOO  }]` into normallized value  `a : FOO`. This makes it impossible to know locations of the original `a` and `FOO` tokens later, when the aggregate value is parsed using TextFormat.

PiperOrigin-RevId: 916396061
M
Mikita Belahlazau committed
bb940d7a693cde22d666cb001a3d8f4e21a010a0
Parent: a37dbd6
Committed by Copybara-Service <copybara-worker@google.com> on 5/16/2026, 9:42:41 AM