Files
codeql/cpp/ql/test/query-tests/Documentation/TodoComments/TodoComments.expected
2018-08-02 17:53:23 +01:00

9 lines
998 B
Plaintext

| todo.c:2:1:2:41 | /* TODO This is a simple to do comment */ | TODO comment: This is a simple to do comment |
| todo.c:4:1:4:10 | /* TODO */ | TODO comment |
| todo.c:6:1:7:24 | /* TODO This is a\n * multi-line comment */ | TODO comment: This is a [...] |
| todo.c:9:1:11:24 | /* Some comment\n * TODO This is a mid-comment\n * multi-line comment */ | TODO comment: This is a mid-comment [...] |
| todo.c:17:1:21:15 | /* Some comment\n * TODO This is a mid-comment\n * multi-line comment with two\n * TODO comments\n * inside it */ | TODO comment: This is a mid-comment [...] |
| todo.c:17:1:21:15 | /* Some comment\n * TODO This is a mid-comment\n * multi-line comment with two\n * TODO comments\n * inside it */ | TODO comment: comments [...] |
| todo.c:23:1:23:53 | /* TODO This comment mentions TODO in its body too */ | TODO comment: This comment mentions TODO in its body too |
| todo.c:25:1:25:40 | // TODO: Can have C++-style comments too | TODO comment: Can have C++-style comments too |