Fixed typos in tests

This commit is contained in:
Vincent Esche
2021-01-08 15:41:08 +01:00
parent 6cd93db8a5
commit 4702c01553
3 changed files with 6 additions and 6 deletions

View File

@@ -106,7 +106,7 @@ mod tests {
#[test]
fn test_format_docs_preserves_newlines() {
let comment = "this\nis\nultiline";
let comment = "this\nis\nmultiline";
assert_eq!(format_docs(comment), comment);
}