diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-04-03 20:43:13 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-04-03 20:43:13 +0300 |
commit | 88f2dc5810b88f88b516bb6f11fc3cba1c255655 (patch) | |
tree | 5b688d8e56262f82c9d9a65f0eaf30a03c562dad /tests/regression/issue_145/comments.options | |
parent | 3bcdd49eac3aabcc121173c0023834f8bcf0a3cb (diff) |
Improve comment support in .options files.
Update issue 145
Status: FixedInGit
Diffstat (limited to 'tests/regression/issue_145/comments.options')
-rw-r--r-- | tests/regression/issue_145/comments.options | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/regression/issue_145/comments.options b/tests/regression/issue_145/comments.options new file mode 100644 index 00000000..89959ba2 --- /dev/null +++ b/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 ### + |