linx-simulator2/node_modules/protobufjs/tests/string_single_quote.proto
2019-09-18 11:11:16 +03:00

4 lines
92 B
Protocol Buffer

message TestSingleQuoteString {
required string a = 1 [ default = 'hello world' ];
}