Open
Description
The panic message of this is matched by atom-build-cargo
#[test]
fn test() {
panic!("Hello world!")
}
However this is not matched due to the new lines
#[test]
fn todo() {
panic!("TODO:
- write docs
- ... ")
}
Is it possible to include new lines into the regular expression of these panics?
Metadata
Metadata
Assignees
Labels
No labels