Files
codeql/cpp/ql/test/library-tests/queries/todo_fixme/todo.expected
2018-08-02 17:53:23 +01:00

4 lines
231 B
Plaintext

| todo_fixme.cpp:1:1:1:17 | // TODO: Thing 1. | TODO comment: Thing 1. |
| todo_fixme.cpp:2:1:2:20 | /* TODO: Thing 2. */ | TODO comment: Thing 2. |
| todo_fixme.cpp:3:1:5:3 | /**\n * TODO: Thing 3.\n */ | TODO comment: Thing 3. |