---
source: tests/comment_extraction.rs
expression: todos
---
[
TodoComment {
text: "TODO: Add proper logging",
line: 4,
},
TodoComment {
text: "FIXME: Remove debug print",
line: 7,
},
TodoComment {
text: "NOTE: This should be configurable",
line: 10,
},
TodoComment {
text: "HACK: Hardcoded for now",
line: 13,
},
TodoComment {
text: "BUG: Doesn't validate input",
line: 15,
},
TodoComment {
text: "TODO: Add type hints",
line: 17,
},
]