blueszhangsh / protobuf-dt

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

Multi-line imports are broken #211

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a regression. The following:

import "" "ABC.proto";

should resolve to:

import "ABC.proto";

Original issue reported on code.google.com by alr...@google.com on 8 Mar 2012 at 11:19

GoogleCodeExporter commented 9 years ago
r52fc68a8dd1e

Original comment by alr...@google.com on 9 Mar 2012 at 4:42