ngx-open-map-wrapper/node_modules/protocol-buffers-schema/test/fixtures/escaped-quotes.proto

3 lines
100 B
Protocol Buffer

message Event {
EntityId id = 1 [(tagger.tags) = "a:'Hello, there', bson:\"_id,omitempty\"" ];
}