Changed how TODO notes are marked to properly highlight in vim
This commit is contained in:
@@ -99,6 +99,6 @@ mod tests {
|
||||
|
||||
println!("{}", json);
|
||||
|
||||
// @TODO Add a known correct output to test against
|
||||
// TODO: Add a known correct output to test against
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,6 +87,6 @@ mod tests {
|
||||
|
||||
println!("{}", json);
|
||||
|
||||
// @TODO Add a known correct output to test against
|
||||
// TODO: Add a known correct output to test against
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user