dvdkruk / protobuf-dt

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

Allow multi-line import URIs #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is valid:

import "google/protobuf/"
"descriptor.proto";

is valid and should be equivalent to:

"google/protobuf/descriptor.proto"

Original issue reported on code.google.com by alr...@google.com on 21 Aug 2011 at 8:24

GoogleCodeExporter commented 9 years ago
r2a402ebdc935

Original comment by alr...@google.com on 21 Aug 2011 at 8:25

GoogleCodeExporter commented 9 years ago
r9256d37d05ad

Original comment by alr...@google.com on 21 Aug 2011 at 1:47