Self-descriptive verbosity
This commit is contained in:
parent
a51ae9fb2c
commit
6b18cf0e20
@ -12,7 +12,7 @@ fn main() {
|
||||
}
|
||||
";
|
||||
let comments = Comments::parse(Path::new("<dummy>"), s);
|
||||
println!("{:#?}", comments);
|
||||
println!("parsed comments: {:#?}", comments);
|
||||
assert_eq!(comments.error_matches[0].definition_line, 4);
|
||||
assert_eq!(comments.error_matches[0].revision, None);
|
||||
assert_eq!(
|
||||
|
Loading…
Reference in New Issue
Block a user