dvdkruk / protobuf-dt

Automatically exported from code.google.com/p/protobuf-dt
0 stars 0 forks source link

Escaped literals in Strings not supported #152

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This example results in syntax errors:

message TestExtremeDefaultValues {
  optional bytes escaped_bytes = 1 [default = "\0\001\a\b\f\n\r\t\v\\\'\"\xfe"];
}

Original issue reported on code.google.com by alr...@google.com on 3 Nov 2011 at 6:40

GoogleCodeExporter commented 9 years ago
r25f574c6f37d

Original comment by alr...@google.com on 3 Nov 2011 at 6:56