diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-09-29 01:31:54 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-09-29 01:31:54 +0200 |
commit | 87a108121134e9603e3e60e732b23cbeb619be14 (patch) | |
tree | f19efe6ed3dc6706b21fc9138a975fce74d66783 /third_party/nanopb/tests/regression/issue_145/comments.options | |
parent | b97f867b390193daf18988958183143726602727 (diff) | |
parent | 4f13db3c6cfaae52b6d7e35edaa352bccff70b66 (diff) |
Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under
Diffstat (limited to 'third_party/nanopb/tests/regression/issue_145/comments.options')
-rw-r--r-- | third_party/nanopb/tests/regression/issue_145/comments.options | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/nanopb/tests/regression/issue_145/comments.options b/third_party/nanopb/tests/regression/issue_145/comments.options new file mode 100644 index 0000000000..89959ba235 --- /dev/null +++ b/third_party/nanopb/tests/regression/issue_145/comments.options @@ -0,0 +1,6 @@ +/* Block comment */ +# Line comment +// Line comment +DummyMessage.foo /* Block comment */ max_size:5 +DummyMessage.bar max_size:16 # Line comment ### + |