diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-06 12:43:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-06 12:43:53 +0200 |
commit | 5482d1db320a86a0eccfa4118528261e77194eda (patch) | |
tree | 0110a5c77c8d65bd936ac476ac5404b001df38e2 /libbuild2/cc/lexer+comment.test.testscript | |
parent | 6bd285316c4bceb38d5a7e5e9967cc84302056b4 (diff) |
Fix C-comment scanning bug in cc::lexer
Diffstat (limited to 'libbuild2/cc/lexer+comment.test.testscript')
-rw-r--r-- | libbuild2/cc/lexer+comment.test.testscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libbuild2/cc/lexer+comment.test.testscript b/libbuild2/cc/lexer+comment.test.testscript index 358865c..381e479 100644 --- a/libbuild2/cc/lexer+comment.test.testscript +++ b/libbuild2/cc/lexer+comment.test.testscript @@ -16,6 +16,11 @@ four /** six /* */ +/* */ +/* + +*/ +/**/ EOI : cxx-comment |